mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
Implement ENDSECTION (#1211)
This commit is contained in:
4
test/asm/endsection.asm
Normal file
4
test/asm/endsection.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
SECTION "test", ROM0
|
||||
db 1
|
||||
ENDSECTION
|
||||
db 2
|
||||
3
test/asm/endsection.err
Normal file
3
test/asm/endsection.err
Normal file
@@ -0,0 +1,3 @@
|
||||
error: endsection.asm(4):
|
||||
Cannot output data outside of a SECTION
|
||||
error: Assembly aborted (1 error)!
|
||||
0
test/asm/endsection.out
Normal file
0
test/asm/endsection.out
Normal file
Reference in New Issue
Block a user