mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 20:12:07 +00:00
Improve testing PC
This commit is contained in:
10
test/asm/pc.asm
Normal file
10
test/asm/pc.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
SECTION "fixed", ROM0[420]
|
||||
PRINTT "{@}\n"
|
||||
ds 69
|
||||
PRINTT "{@}\n"
|
||||
|
||||
; FIXME: expected to land at $0000
|
||||
SECTION "floating", ROM0
|
||||
db @
|
||||
ds 42
|
||||
db @
|
||||
Reference in New Issue
Block a user