Difference between revisions of "VM for transfer"

From Apertium
Jump to navigation Jump to search
Line 6: Line 6:
| push || - || value || -> value || Pushes a value in the stack
| push || - || value || -> value || Pushes a value in the stack
|-
|-
| jmp || - || || label -> || Jumps to the label
| jmp || - || N/A || label -> || Jumps to the label
|}
|}

Revision as of 05:31, 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