Files
rgbds/test/link/db-@.asm
2025-07-18 07:47:40 -04:00

11 lines
301 B
NASM

SECTION "fixed", ROM0[0]
db @, @, @
; We need this section to be floating because RGBASM can know the value of PC
; otherwise, leading to different behavior
SECTION "floating", ROM0
db @, @, @
; We rely on this landing at address $0003, which isn't *guaranteed*...
assert STARTOF("floating") == 3