grimoire.assembly.bytecode

Members

Classes

GrBytecode
class GrBytecode

Compiled form of grimoire.

GrClassBuilder
class GrClassBuilder

Class reference

Enums

GrOpcode
enum GrOpcode

Low-level instructions for the VM.

Functions

grGetInstructionOpcode
uint grGetInstructionOpcode(uint instruction)

Get the opcode part of an instruction

grGetInstructionSignedValue
int grGetInstructionSignedValue(uint instruction)

Get the signed value part of an instruction

grGetInstructionUnsignedValue
uint grGetInstructionUnsignedValue(uint instruction)

Get the unsigned value part of an instruction

grMakeInstruction
uint grMakeInstruction(uint instr, uint value1, uint value2)

Format an instruction.

Meta

License

Zlib

Authors

Enalye