mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-04 15:05:03 +00:00
da38bc0db8
Add 20222-data-bank to regression test suite. This exercises handling of 16-bit operands with inter- and intra-bank references, and tests the smartness in "smart PLB". Also, update a couple of older tests that broke because the DBR is no longer always the same as the PBR. This just required adding "B=K" in a few places to restore the original output.
10 lines
519 B
ArmAsm
10 lines
519 B
ArmAsm
;ACME can't handle 65816 code that lives outside bank zero
|
|
* = $0000
|
|
!pseudopc $1000 {
|
|
!hex 18fbe230ad0010ad00204babad0010ad0020a90248abad0010ad0020a208aa48
|
|
!hex ab2200200222004002a90248ab220030034bab2c00105c0f40023c10602e2002
|
|
!hex af002002ad0020a200202b20202520202820eaa90348abad2830c230a9a90048
|
|
!hex ababe2306b6c3a10dc3d107c3020ea602e20af003003ad0020202030f0184bab
|
|
!hex ea8000ad30206b2830af0040028b4babad0020ad0030ab6b60
|
|
} ;!pseudopc
|