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

8 lines
152 B
Plaintext
Raw Normal View History

2022-10-17 09:50:59 +00:00
GLOBAL {
startaddr $8000;
};
RANGE { START $8000; END $8229; ADDRMODE "MX"; TYPE Code;};
RANGE { START $822a; END $825b; ADDRMODE "mx"; TYPE Code;};
2022-10-17 09:50:59 +00:00