Re-added nested macros to example (everything works now).
h3rald h3rald@h3rald.com
Tue, 10 Feb 2026 15:38:08 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
examples/korobeiniki.xyw
→
examples/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