mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
If section placement is changed such that those are no longer guaranteed to be placed at zero, tests would break when they shouldn't.
5 lines
59 B
NASM
5 lines
59 B
NASM
charmap "A", 1
|
|
SECTION "sec", ROM0[0]
|
|
_A_ EQU "A"
|
|
db _A_
|