Fix incorrect EMPTY space in .map files (#2119)

This commit is contained in:
Rangi
2026-09-19 03:17:15 +02:00
committed by GitHub
parent 44328d522b
commit 76bba2809b
3 changed files with 36 additions and 13 deletions
+14 -1
View File
@@ -4,7 +4,7 @@ Label0:: ds 1
:
SECTION "romx", ROMX
Label1:: ds 2
xLabel:: ds 2
.local::
:
@@ -34,3 +34,16 @@ hLabel:: ds 7
:
SECTION "\n\r\t\"\\", ROM0[1]
SECTION "empty rom0", ROM0[2]
SECTION "rom0 again", ROM0
Label1:: ds 10
SECTION "empty rom0 again", ROM0[8]
SECTION "rom0 yet again", ROM0
Label2:: ds 10
SECTION "rom0 lonely", ROM0[$100]
FarAway::