Files
rgbds/test/asm/section-unsigned-overflow.asm
Sylvie 0e8a17ce82 Report any section overflows at the end of assembly (#1482)
* Report any section overflows at the end of assembly

* Immediately handle overflow of the 32-bit size counter
2024-08-22 18:51:52 +02:00

10 lines
112 B
NASM

section "overflow", rom0
rept 10
ds $4000_0000
endr
section "moar overflow", romx
rept 10
ds $4000_0000
endr