Files
rgbds/test/link/map-file/a.asm
Rangi42 0d3980d039 Refactor how map file sections are printed
This makes size-0 sections print as "($0000 bytes)" instead of
"(0 bytes)", which is more consistent.
2024-10-23 17:10:39 +02:00

30 lines
351 B
NASM

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::
SECTION "\n\r\t\"\\", ROM0[1]