shithub: rgbds

Download patch

ref: 295fc6c61921f63f8525d14aaa595f4d67bf3427
parent: 28473d314a98e89397c804b9ed6d9e4b3f39814c
author: ISSOtm <eldredhabert0@gmail.com>
date: Wed Feb 5 08:24:50 EST 2020

Improve coverage of `db-@` test

--- a/test/link/db-@.asm
+++ b/test/link/db-@.asm
@@ -1,7 +1,7 @@
 SECTION "fixed", ROM0[0]
-	db 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 2, @
+	db @, @, @
binary files a/test/link/db-@.out.bin b/test/link/db-@.out.bin differ