mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-03 16:27:47 +00:00
Sort .sym files in ascending order, and test for it (#1355)
This commit is contained in:
14
test/link/symbols/b.asm
Normal file
14
test/link/symbols/b.asm
Normal file
@@ -0,0 +1,14 @@
|
||||
SECTION "beta", ROM0
|
||||
Beta::
|
||||
db 4, 5, 6
|
||||
End:
|
||||
|
||||
SECTION "b", WRAM0
|
||||
wBeta::
|
||||
ds 3
|
||||
.End::
|
||||
|
||||
SECTION UNION "U", WRAM0
|
||||
wStart:
|
||||
.long1: dl
|
||||
wEnd:
|
||||
Reference in New Issue
Block a user