mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-29 22:37:50 +00:00
Add pushc and popc directives
This commit is contained in:
@@ -1,10 +1,11 @@
|
||||
warning: multiple-charmaps.asm(64):
|
||||
warning: multiple-charmaps.asm(75):
|
||||
Using 'charmap' within a section when the current charmap is 'main' is deprecated
|
||||
ERROR: multiple-charmaps.asm(85):
|
||||
ERROR: multiple-charmaps.asm(100) -> new_(5):
|
||||
Charmap 'map1' already exists
|
||||
ERROR: multiple-charmaps.asm(88):
|
||||
ERROR: multiple-charmaps.asm(102) -> set_(2):
|
||||
Charmap 'map5' doesn't exist
|
||||
error: Assembly aborted (2 errors)!
|
||||
ERROR: multiple-charmaps.asm(104) -> pop_(2):
|
||||
No entries in the charmap stack
|
||||
main charmap
|
||||
$0
|
||||
newcharmap map1
|
||||
@@ -26,9 +27,18 @@ $0
|
||||
override main charmap
|
||||
$6162
|
||||
$3
|
||||
setcharmap map1
|
||||
pushc
|
||||
setcharmap map2
|
||||
pushc
|
||||
setcharmap map3
|
||||
$1
|
||||
$6364
|
||||
$6566
|
||||
popc
|
||||
$0
|
||||
popc
|
||||
$6162
|
||||
newcharmap map1
|
||||
setcharmap map5
|
||||
popc
|
||||
|
||||
Reference in New Issue
Block a user