mirror of
https://github.com/fadden/6502bench.git
synced 2024-12-02 13:51:36 +00:00
728966f8d2
Added 20233-rockwell unit test to exercise the new opcodes. Nothing too fancy. Fixed branch offset computation. (issue #87)
12 lines
262 B
INI
12 lines
262 B
INI
# 6502bench SourceGen generated linker script for 20233-rockwell
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=44;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|