all repos — xyw @ 246bd1fccc57b6891e225666020ba1a5f7aa2e84

A minimal virtual machine and assembler for terminals.

Re-added nested macros to example (everything works now).
h3rald h3rald@h3rald.com
Tue, 10 Feb 2026 15:38:08 +0100
commit

246bd1fccc57b6891e225666020ba1a5f7aa2e84

parent

bd74879f6ebf286695394450d1c55cd5bdda2805

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M examples/korobeiniki.xywexamples/korobeiniki.xyw

@@ -8,8 +8,8 @@ .macro quarter $0060

.macro eighth $0030 .macro half $00C0 -;; Helper to play a note (using literal addresses to avoid nested macro issues) -.macro PLAY $40 STW $42 STW $01 $44 STB +;; Helper to play a note +.macro PLAY beeper.pitch STW beeper.length STW $01 beeper.level STB ;; Main theme - Part A ;; E5 B4 C5 D5 | C5 B4 A4 A4 | C5 E5 D5 C5 | B4 B4 C5 D5 | E5 C5 A4 A4