jon.recoil.org

Module Directive.Constant

type t = private
  1. | Signed_int of Stdlib.Int64.t
  2. | Unsigned_int of Numbers.Uint64.t
  3. | This
  4. | Named_thing of string
    (*

    Named_thing covers symbols, labels and variables. (Name mangling conventions have by now been applied to these entities.)

    *)
  5. | Add of Asm_targets.Asm_directives.Directive.Constant.t * Asm_targets.Asm_directives.Directive.Constant.t
  6. | Sub of Asm_targets.Asm_directives.Directive.Constant.t * Asm_targets.Asm_directives.Directive.Constant.t