| ||
Based on EXAPUNKS by Zachtronics
run LABEL // basic access copy R/N R // arithmetic addi R/N R/N R subi R/N R/N R muli R/N R/N R divi R/N R/N R modi R/N R/N R // control flow mark LABEL jump LABEL tjmp LABEL fjmp LABEL // conditions test R/N = R/N test R/N > R/N test R/N < R/N // multiprocessing repl LABEL noop halt kill (not implemented) // movement link R/N host R // communication mode (not implemented) void m test mrd (not implemented) // file make grab R/N file R seek N/R void f drop wipe test eof // misc note (not implemented) noop rand R/N R/N R (not implemented)