Make more RGBLINK tests use at-files

Less special handling = good

Possibly this can be done to more tests, but this is what I found.
This commit is contained in:
ISSOtm
2026-09-17 10:25:47 -04:00
committed by Rangi
parent 960f82126f
commit 6f69867d04
14 changed files with 29 additions and 44 deletions
+23
View File
@@ -0,0 +1,23 @@
section "test", rom0
for v1, 4
if v1 == 3
for v2, 3
if v2 == 2
for v3, 2
if v3 == 1
rept 1
macro m
assert \1
endm
endr
rept 1
rept 2
m @
endr
endr
endc
endr
endc
endr
endc
endr