all repos — xyw @ 42ecf572dc996a99dbffeffd08a0b74e86309292

A minimal virtual machine and assembler for terminals.

examples/d6.xyw

 1
 2
 3
 4
 5
 6
 7
 8
.include "lib/macros.xyw"

; Get random number and calculate modulo 6
system.random LDB $06 MOD

; Print result+1 and new line
$31 ADD PUTC
NL