Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Enum Opcodes
- 'Standard opcodes
- OP_NOP = 0 '0000
- OP_FLOAT_ALLOC '0001
- OP_STR_ALLOC '0002
- OP_DISPATCH '0003
- OP_CMP_EQUALS '0004
- OP_CMP_GREATERTHAN '0005
- OP_CMP_LESSTHAN '0006
- OP_CMP_INEQUAL '0007
- OP_SET_VAL_CONST '0008
- OP_ADDVAR '0009
- OP_SUBVAR '000A
- OP_MULVAR '000B
- OP_DIVVAR '000C
- OP_ADDCONST '000D
- OP_SUBCONST '000E
- OP_MULCONST '000F
- OP_DIVCONST '0010
- OP_SET_VAL_VAR '0011
- OP_RND '0012
- OP_ROUND '0013
- OP_PUSH '0014
- OP_POP '0015
- OP_SREAD '0016
- 'BIOS Calls
- OP_END = 1000 '1000
- OP_PRINT '1001
- OP_MOVE '1002
- OP_TURN '1003
- OP_READSENSOR '1004
- End Enum
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement