mirror of
https://github.com/fadden/6502bench.git
synced 2024-11-29 10:50:28 +00:00
63d7a48705
JSR/JSL calls with inline data have the option of reporting that they don't continue, which causes the code analyzer to treat them as JMPs instead. There was a bug that was causing the no-continue flag to be lost in certain circumstances. The code now explicitly records the plugin's response in an Anattrib flag. Test 2022-extension-scripts has been updated with a test case that exercises this situation.
16 lines
429 B
INI
16 lines
429 B
INI
# 6502bench SourceGen generated linker script for 2022-extension-scripts
|
|
MEMORY {
|
|
MAIN: file=%O, start=%S, size=65536;
|
|
# MEM000: file=%O, start=$1000, size=512;
|
|
# MEM001: file=%O, start=$1800, size=11;
|
|
# MEM002: file=%O, start=$1840, size=21;
|
|
}
|
|
SEGMENTS {
|
|
CODE: load=MAIN, type=rw;
|
|
# SEG000: load=MEM000, type=rw;
|
|
# SEG001: load=MEM001, type=rw;
|
|
# SEG002: load=MEM002, type=rw;
|
|
}
|
|
FEATURES {}
|
|
SYMBOLS {}
|