.
This commit is contained in:
@@ -21,6 +21,9 @@ enum class Instruction : uint8_t {
|
||||
PushConstant8 = 0xa1,
|
||||
PushConstant16 = 0xc1,
|
||||
PushConstant32 = 0xe1,
|
||||
PushFunction8 = 0xa2,
|
||||
PushFunction16 = 0xc2,
|
||||
PushFunction32 = 0xe2,
|
||||
PushZero = 0x00,
|
||||
PushTrue = 0x01,
|
||||
NewArray = 0x02,
|
||||
|
||||
Reference in New Issue
Block a user