mirror of
https://github.com/a2stuff/IIcSystemClock.git
synced 2024-12-28 07:29:19 +00:00
10 lines
215 B
Plaintext
10 lines
215 B
Plaintext
GLOBAL {
|
|
OUTPUTNAME "tmp.s";
|
|
INPUTNAME "orig/CLOCK.SYSTEM.SYS";
|
|
STARTADDR $2000;
|
|
CPU "6502";
|
|
};
|
|
|
|
RANGE { START $2000; END $257F; TYPE Code; };
|
|
RANGE { START $2580; END $FFFF; TYPE ByteTable; };
|