Increase RGBASM test coverage

This commit is contained in:
Rangi42
2025-08-13 10:56:32 -04:00
parent 92826a726a
commit 2bdf61da70
19 changed files with 94 additions and 18 deletions

10
test/link/pipeline/a.asm Normal file
View File

@@ -0,0 +1,10 @@
section "test", rom0
db 1, 4, 9, 16
section "entrypoint", rom0[$100]
ld b, b
jp Start
section "start", rom0[$150]
Start::
jp Start