Module iridium::instruction[][src]

Structs

Instruction

Represents a combination of an opcode and operands for the VM to execute

Enums

Opcode

Represents an opcode, which tells our interpreter what to do with the following operands Opcodes are a nice way to represent each of our Opcodes