mirror of
https://github.com/a2stuff/IIcSystemClock.git
synced 2025-01-14 10:29:54 +00:00
8 lines
172 B
Plaintext
8 lines
172 B
Plaintext
GLOBAL {
|
|
OUTPUTNAME "clock.system.s";
|
|
INPUTNAME "orig/CLOCK.SYSTEM.SYS";
|
|
STARTADDR $2000;
|
|
CPU "6502";
|
|
};
|
|
|
|
RANGE { START $2000; END $FFFF; TYPE Code; }; |