pub fn operation_set() -> OperationSet
Expand description
Returns control operations.
ยงOperations
0x0101
jump:address
0x0102
call:address
0x0103
return (call_return)0x0104
gotodirect:32
0x0105
gosubdirect:32
0x0108
loop:counter_init
(loop_init)0x0109
nextdirect:32
0x010A
goto_if:CMP
direct:32
0x010B
gosub_if:CMP
direct:32
0x010C
goto_check:checked
direct:32
0x010D
gosub_check:checked
direct:32
0x010E
skip_if:CMP
0x010F
skip_check:checked
0x01FF
halt