Files
rgbds/test/link/db-@.asm
2020-02-05 13:24:50 +01:00

8 lines
270 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
; FIXME: we rely on this landing at address 2, which isn't *guaranteed*...
SECTION "floating", ROM0
db @, @, @