![]() |
Nuvoton FORTH
|
C functions implement every VM command. More...
|
Modules | |
| bytecode interpreter | |
interprets bytecode in M[] | |
Functions | |
| void | NOP () |
NOP ( -- ) no operation | |
| void | BYE () |
BYE ( -- ) stop system | |
| void | JMP () |
jmp addr ( -- ) unconditional jump | |
| void | CALL () |
call addr ( -- ) (R: -- addr) nested call | |
| void | RET () |
ret ( -- ) (R: addr -- ) return from nested call | |
| void | DUMP () |
dump ( -- ) dump M bytecode until Cp | |
C functions implement every VM command.
1.8.8