Add tests for new "known self-bank"

This commit is contained in:
ISSOtm
2019-09-27 09:34:29 +02:00
parent 02fe73d1f3
commit e4f4706508

7
test/asm/pc-bank.asm Normal file
View File

@@ -0,0 +1,7 @@
SECTION "Fixed bank", ROMX,BANK[42]
X = BANK(@)
SECTION "Something else", OAM
Y = BANK("Fixed bank")
PRINTT "@: {X}\nStr: {Y}\n"