]> git.sur5r.net Git - cc65/commit
* Changed the way that Atmos programs are started.
authorGreg King <gregdk@users.sf.net>
Sun, 9 Nov 2014 11:32:11 +0000 (06:32 -0500)
committerGreg King <gregdk@users.sf.net>
Sun, 9 Nov 2014 11:32:11 +0000 (06:32 -0500)
commit09e50d433da2354b91fab27b4eb1ddaee69c87dc
tree806a53319e628c42c2ce6dd84b00f142006ba9dc
parentd75f9c205131b800187a28a58577f357a3b233ef
* 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.
cfg/atmos.cfg
doc/atmos.sgml
libsrc/atmos/bashdr.s [new file with mode: 0644]
libsrc/atmos/crt0.s
libsrc/atmos/tapehdr.s [new file with mode: 0644]