all repos — xyw @ 0c3b364afa49ad62c84c01327c8b7e840079bb28

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