mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-02 15:57:48 +00:00
Sort .sym files in ascending order, and test for it (#1355)
This commit is contained in:
15
test/link/symbols/a.asm
Normal file
15
test/link/symbols/a.asm
Normal file
@@ -0,0 +1,15 @@
|
||||
SECTION "alpha", ROM0
|
||||
Alpha::
|
||||
db 1, 2, 3
|
||||
End:
|
||||
|
||||
SECTION "a", WRAM0
|
||||
wAlpha::
|
||||
ds 3
|
||||
.End::
|
||||
|
||||
SECTION UNION "U", WRAM0
|
||||
wStart:
|
||||
.word1: dw
|
||||
.word2: dw
|
||||
wEnd:
|
||||
Reference in New Issue
Block a user