mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
13 lines
214 B
NASM
13 lines
214 B
NASM
SECTION "fixed", ROM0[420]
|
|
PRINTLN "{@}"
|
|
ds 69
|
|
PRINTLN "{@}"
|
|
|
|
SECTION "floating", ROM0
|
|
db @
|
|
ds 42
|
|
db @
|
|
|
|
; We rely on this landing at address $0000, which isn't *guaranteed*...
|
|
assert STARTOF("floating") == 0
|