mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-19 06:31:02 +00:00
62b7655a1c
If you play games with code hints you can create a data operand that overlaps with code. This causes problems (see issue #45). We now check for that situation and ignore overlapping data descriptors. Added a regression test to 2011-hinting.
12 lines
260 B
INI
12 lines
260 B
INI
# 6502bench SourceGen generated linker script for 2011-hinting
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=72;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|