mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-18 15:06:07 +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.
20 lines
583 B
INI
20 lines
583 B
INI
# 6502bench SourceGen generated linker script for 20222-data-bank
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=64;
|
|
# MEM001: file=%O, start=$22000, size=50;
|
|
# MEM002: file=%O, start=$33000, size=13;
|
|
# MEM003: file=%O, start=$33020, size=10;
|
|
# MEM004: file=%O, start=$24000, size=16;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
# SEG002: load=MEM002, type=rw;
|
|
# SEG003: load=MEM003, type=rw;
|
|
# SEG004: load=MEM004, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|