mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-18 15:06:07 +00:00
345dff7765
Generate a 6502 test from the 65816 version by substituting the 16-bit instructions with 8-bit no-ops. There's a lot of project edits and weird stuff in the test, so this was much easier than starting over. The 65816 variant is largely unchanged, though it could now be stripped down to the stack-offset instructions.
14 lines
349 B
INI
14 lines
349 B
INI
# 6502bench SourceGen generated linker script for 20150-local-variables
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=126;
|
|
# MEM001: file=%O, start=$0080, size=25;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|