Improve coverage of db-@ test

This commit is contained in:
ISSOtm
2020-02-05 13:24:50 +01:00
parent 28473d314a
commit 295fc6c619
2 changed files with 2 additions and 2 deletions

View File

@@ -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.