1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00
cc65/libsrc
2012-01-02 11:09:25 +00:00
..
apple2 Moving the quit-hook towards the end of page 3 as far as possible slightly increases the compatibility with BIN programs making use of page 3 themselves. 2012-01-02 11:09:25 +00:00
apple2enh
atari
atmos
c16 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
c64 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
c128 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
cbm Code optimization contributed by Kajtar Zsolt, soci@c64.rulez.org 2012-01-01 20:03:33 +00:00
cbm510
cbm610
common Make the 8x32 unsigned multiplication routine C callable. 2011-07-10 14:52:35 +00:00
conio
dbg
em
geos-cbm
joystick
lynx
mouse
nes
pet Changed the startup module and the linker config for the Commodore PET to use 2010-11-17 13:27:43 +00:00
plus4 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
runtime
serial
supervision Exclude (small) stack from RAM memory area (like on most other targets) to make explicit that the linker may not use all RAM. If the cc65 parameter stack isn't used at all the __STACKSIZE__ symbol may be overridden on the linker command line with -D __STACKSIZE__=0. 2010-10-02 10:20:00 +00:00
tgi
vic20 Removed the jump to RESTOR on exit for all the CBM platforms. 2012-01-01 19:58:31 +00:00
zlib
Makefile