Bap_c_abi.Stack
An abstraction of a stack, commonly used in C compilers.
val create : ?growsup:Core_kernel.Bool.t -> Bap.Std.arch -> int -> Bap.Std.exp
stack = create ?growsup arch is a function that returns n'th stack slot
stack = create ?growsup arch
n