mirror of
https://github.com/gbdev/rgbds.git
synced 2025-12-01 23:37:48 +00:00
Improve pc-bank test
This commit is contained in:
@@ -1,7 +1,11 @@
|
||||
SECTION "Fixed bank", ROMX,BANK[42]
|
||||
ldh a, [BANK(@) * 256] ; This should be complained about at assembly time
|
||||
|
||||
X = BANK(@)
|
||||
|
||||
SECTION "Something else", OAM
|
||||
SECTION "Something else", ROMX
|
||||
Y = BANK("Fixed bank")
|
||||
|
||||
PRINTT "@: {X}\nStr: {Y}\n"
|
||||
|
||||
ERR = BANK(@)
|
||||
|
||||
Reference in New Issue
Block a user