asm
programmingVirtual stack machine assembly interpreter
Inlets
| Message | Description |
|---|---|
bang | Step machine by configured instructions per step |
| Set assembly code and reload program | |
run | Reload program and execute one step |
play | Start continuous execution |
pause | Pause continuous execution |
toggle | Toggle between play and pause |
Outlets
| Message | Description |
|---|---|
number | Single number from send instruction (e.g. send 0 1) |
number[] | Array of numbers from send instruction (e.g. send 1 3) |
| Read memory from asm.mem | |
| Write to external devices (e.g. asm.mem) |
Tags
programmingassemblystackvirtual-machine