struct Ven::Suite::Instruction
- Ven::Suite::Instruction
- Struct
- Value
- Object
Overview
A bytecode instruction.
A bytecode instruction may accept an argument, which must
be either a Label
or an integer. What this integer means
is not of Instruction's concern.
Defined in:
ven/suite/instruction.crConstructors
- .new(opcode : Ven::Suite::Opcode, argument : Int32 | Nil, line : Int32)
- .new(opcode : Ven::Suite::Opcode, label : Label, line : Int32)