mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Add tests for new "known self-bank"
This commit is contained in:
7
test/asm/pc-bank.asm
Normal file
7
test/asm/pc-bank.asm
Normal 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"
|
||||||
Reference in New Issue
Block a user