Difference between revisions of "VM for transfer"

From Apertium
Jump to navigation Jump to search
(Undo revision 18980 by Darthxaher (Talk))
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