Add some more tests, and fix some existing ones

This commit is contained in:
Rangi42
2024-08-09 22:41:20 -04:00
committed by Sylvie
parent ee3a93a442
commit 7cf4156003
17 changed files with 175 additions and 8 deletions

27
test/link/map-file/a.asm Normal file
View File

@@ -0,0 +1,27 @@
SECTION "rom0", ROM0
Label0:: ds 1
.local::
SECTION "romx", ROMX
Label1:: ds 2
.local::
SECTION "vram", VRAM
vLabel:: ds 3
.local::
SECTION "sram", SRAM
sLabel:: ds 4
.local::
SECTION "wram0", WRAM0
wLabel0:: ds 5
.local::
SECTION "wramx", WRAMX
wLabel1:: ds 6
.local::
SECTION "hram", HRAM
hLabel:: ds 7
.local::