cairo_lang_casm

Module instructions

source

Structs§

  • Represents the InstructionBody “ap += op” for a given operand op.
  • Represents the InstructionBody “a = b” for two operands a, b.
  • Represents a call instruction “call rel/abs target”.
  • Represents an instruction, including the ap++ flag (inc_ap).
  • Represents the InstructionBody “jmp rel <jump_offset> if condition != 0”.
  • Represents the InstructionBody “jmp rel/abs target”.
  • Represents a return instruction, “ret”.

Enums§

Functions§