mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-14 13:51:42 +00:00
Increase RGBASM test coverage
This commit is contained in:
@@ -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
|
||||
Binary file not shown.
Reference in New Issue
Block a user