Difference between revisions of "VM for transfer"
Jump to navigation
Jump to search
Darthxaher (talk | contribs) |
Darthxaher (talk | contribs) |
||
Line 4: | Line 4: | ||
! Mnemonic !! Opcode<br>''(in hex)'' !! Other bytes !! Stack<br>[before]→[after] !! Description |
! Mnemonic !! Opcode<br>''(in hex)'' !! Other bytes !! Stack<br>[before]→[after] !! Description |
||
|- |
|- |
||
| push || - || value || |
| push || - || value || → value || Pushes a value in the stack |
||
|- |
|- |
||
| jmp || - || N/A || label |
| jmp || - || N/A || label → || Jumps to the label |
||
|} |
|} |
Revision as of 05:32, 7 May 2010
Instruction Sets
Mnemonic | Opcode (in hex) |
Other bytes | Stack [before]→[after] |
Description |
---|---|---|---|---|
push | - | value | → value | Pushes a value in the stack |
jmp | - | N/A | label → | Jumps to the label |