Improve pc-bank test

This commit is contained in:
ISSOtm
2019-12-07 23:43:55 +01:00
parent b49e025703
commit d23401316e
2 changed files with 13 additions and 1 deletions

View File

@@ -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(@)