mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Improve coverage of db-@ test
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
SECTION "fixed", ROM0[0]
|
SECTION "fixed", ROM0[0]
|
||||||
db 0, @
|
db @, @, @
|
||||||
; We need this section to be floating because RGBASM can know the value of PC
|
; We need this section to be floating because RGBASM can know the value of PC
|
||||||
; otherwise, leading to different behavior
|
; otherwise, leading to different behavior
|
||||||
; FIXME: we rely on this landing at address 2, which isn't *guaranteed*...
|
; FIXME: we rely on this landing at address 2, which isn't *guaranteed*...
|
||||||
SECTION "floating", ROM0
|
SECTION "floating", ROM0
|
||||||
db 2, @
|
db @, @, @
|
||||||
|
|||||||
Binary file not shown.
Reference in New Issue
Block a user