mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 06:17:48 +00:00
Make ENDL optional like ENDSECTION (#1538)
Add warning for `LOAD` without `ENDL`
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
SECTION "outer", ROM0
|
||||
LOAD "inner", WRAM0
|
||||
LOAD "matryoshka", HRAM
|
||||
ENDL
|
||||
ENDL
|
||||
LOAD "inner1", WRAM0 ; starts "inner1"
|
||||
LOAD "inner2", HRAM ; ends "inner1", starts "inner2"
|
||||
ENDL ; ends "inner2"
|
||||
ENDL ; error
|
||||
|
||||
Reference in New Issue
Block a user