Loading Patchies...

asm

programming

Virtual stack machine assembly interpreter

Inlets

MessageDescription
bangStep machine by configured instructions per step
Set assembly code and reload program
runReload program and execute one step
playStart continuous execution
pausePause continuous execution
toggleToggle between play and pause

Outlets

MessageDescription
numberSingle 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