Christian Groessler
|
9f44d00d17
|
Put EXE header and main chunk load header into a single file --
it makes no sense to be able to include/exclude them separately.
|
2013-10-18 14:54:22 +02:00 |
|
Christian Groessler
|
b153ec8896
|
atari-asm.cfg linker config file
|
2013-10-18 03:08:26 +02:00 |
|
Christian Groessler
|
bf3a23c34c
|
Rename 'syschk' symbol in the linker config file, which forces inclusion
of the 'system check' load chunki, to '__SYSTEM_CHECK__'.
|
2013-10-18 03:08:15 +02:00 |
|
Christian Groessler
|
1077a2876e
|
Lower the default Atari start adress from $2E00 to $2000. With
the startup memory check of the "system check" load chunk this
should be fine
|
2013-10-04 01:04:06 +02:00 |
|
Christian Groessler
|
700fd4f187
|
Enable "system check" load chunk for non-XL Atari target.
|
2013-10-04 00:54:24 +02:00 |
|
Christian Groessler
|
7ebaec1802
|
Don't save and restore the zero page locations used.
Saves 19 bytes code (in the exe file) and reduces memory footprint
of the program by 45 bytes (code & bss).
|
2013-07-02 19:55:00 +02:00 |
|
Oliver Schmidt
|
37c492b544
|
Replaced builtin linker configs with ordinary .cfg files.
The benefits are:
- Independency of ld65 build from perl
- More transparent behaviour
|
2013-04-09 23:09:46 +02:00 |
|