1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-06 13:29:01 +00:00
cc65/libsrc
Greg King 09e50d433d * Changed the way that Atmos programs are started.
- Put a BASIC-language stub at the beginning.
  - Removed the Autostart flag.

  Those changes make it easy to give command-line arguments to a program.

* Made the Atmos configure file accept a special symbol definition on ld65's command line.  We can use "__RAMEND__" to increase the amount of RAM that's available to programs.
2014-11-09 06:32:11 -05:00
..
apple2 Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
atari Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
atari5200 Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
atmos * Changed the way that Atmos programs are started. 2014-11-09 06:32:11 -05:00
c16 Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
c64 Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
c128 Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
cbm Improved some multiplication code. 2014-07-17 07:11:14 -04:00
cbm510 Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
cbm610 Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
common Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
conio Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
dbg Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
em Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
geos-apple Have src/Makefile and libsrc/Make use disjoint work directories. 2014-03-05 23:24:35 +01:00
geos-cbm Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
geos-common Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
joystick Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
lynx Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
mouse Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
nes Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
pet Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
plus4 Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
runtime Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
serial Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sim6502 No delimiter comment between includes and first segment. 2013-06-27 13:04:52 +02:00
supervision Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
tgi Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
vic20 Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
zlib Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
Makefile Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00