1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

dasm test extend 65816.info to include added code

This commit is contained in:
bbbradsmith 2023-02-21 05:22:28 -05:00
parent 4b29d257d9
commit 2cdab999f5

View File

@ -3,5 +3,5 @@ GLOBAL {
};
RANGE { START $8000; END $8229; ADDRMODE "MX"; TYPE Code;};
RANGE { START $822a; END $824b; ADDRMODE "mx"; TYPE Code;};
RANGE { START $822a; END $825b; ADDRMODE "mx"; TYPE Code;};