mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-10 11:51:42 +00:00
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
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
section "overflow", rom0
|
||||
rept 10
|
||||
ds $4000_0000
|
||||
endr
|
||||
|
||||
section "moar overflow", romx
|
||||
rept 10
|
||||
ds $4000_0000
|
||||
endr
|
||||
Reference in New Issue
Block a user