Difference between revisions of "VM for transfer"
Jump to navigation
Jump to search
Darthxaher (talk | contribs) (Undo revision 18980 by Darthxaher (Talk)) |
Darthxaher (talk | contribs) (→hlt) |
||
Line 7: | Line 7: | ||
|- |
|- |
||
| jmp || - || N/A || label → || Jumps to the label |
| jmp || - || N/A || label → || Jumps to the label |
||
|- |
|||
| hlt || - || N/A || || Halts the program |
|||
|} |
|} |
Revision as of 05:38, 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 |
hlt | - | N/A | Halts the program |