mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
* Report any section overflows at the end of assembly * Immediately handle overflow of the 32-bit size counter
10 lines
112 B
NASM
10 lines
112 B
NASM
section "overflow", rom0
|
|
rept 10
|
|
ds $4000_0000
|
|
endr
|
|
|
|
section "moar overflow", romx
|
|
rept 10
|
|
ds $4000_0000
|
|
endr
|