]> git.sur5r.net Git - cc65/history - libsrc/atari/crt0.s
Updated (and sorted) sample program info.
[cc65] / libsrc / atari / crt0.s
2009-08-04 cpgintroduce STARTUP segment to Atari platform
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2009-04-29 cpguse RUNAD (from atari.inc) instead of /bin/bash2E0
2008-07-04 cpguse __ZPSAVE_LOAD__ instead of __BSS_LOAD__ to create...
2008-07-03 cuzMoved the data that keeps a copy of the used zero page...
2005-08-07 cpgtake __RESERVED_MEMORY__ from linker script into accoun...
2005-03-31 cpgstartup code now resides in LOWCODE segment
2005-02-26 cuzMove constructor code into the INIT segment. Note:...
2004-12-16 cpgDYNAMIC_DD support
2003-12-03 cuzUse structs
2003-08-12 cpguse callmain; don't call getargs, it's now called from...
2002-11-05 cpgturn on cursor before returning to DOS
2002-05-26 cuzMove zp space out of crt0.s
2002-04-21 cuzMove include files into /asminc, changed include file...
2002-03-24 cuzUse _file.inc and its constants
2000-12-09 cpgadapted constructor function names to initxxx convention
2000-12-03 cpggraphics memory reservation is now done via a contructo...
2000-12-03 cpgremoved special mouse memory handling, it's now done...
2000-11-23 cuzRemoved initialization code to set the screen size...
2000-11-22 cuzUse the condes feature
2000-11-19 cpgreserve memory for mouse PM if RESERVE_MOUSE_MEMORY...
2000-10-30 cuzSqueeze 2 bytes out of the startup code
2000-10-18 cpgput grmemusage table into rodata segment
2000-09-07 cuzPlace the zero page variables into the ZEROPAGE segment
2000-06-25 cpgadapt reserved memory with _graphmode_used variable...
2000-05-30 cpginitialze stdin/stdout/stderr correctly
2000-05-28 uzThis commit was generated by cvs2svn to compensate...