all repos — xyw @ 404c4f0a6b208b4f45d44ac4b1b96edcef2287ed

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