mirror of
https://github.com/gbdev/rgbds.git
synced 2026-05-08 19:09:36 +00:00
Implement ENDSECTION (#1211)
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
SECTION "test", ROM0
|
||||
db 1
|
||||
ENDSECTION
|
||||
db 2
|
||||
@@ -0,0 +1,3 @@
|
||||
error: endsection.asm(4):
|
||||
Cannot output data outside of a SECTION
|
||||
error: Assembly aborted (1 error)!
|
||||
Reference in New Issue
Block a user