mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-24 12:02:08 +00:00
Add more tests for unionized sections + fix bugs
Implementing those tests found a few bugs... oops
This commit is contained in:
10
test/link/section-union/different-syntaxes.asm
Normal file
10
test/link/section-union/different-syntaxes.asm
Normal file
@@ -0,0 +1,10 @@
|
||||
IF !DEF(SECOND)
|
||||
INSTR equs "sbc a"
|
||||
ELSE
|
||||
INSTR equs "db $9f"
|
||||
ENDC
|
||||
|
||||
SECTION UNION "different syntaxes", ROM0
|
||||
INSTR
|
||||
|
||||
PURGE INSTR
|
||||
Reference in New Issue
Block a user