]> git.sur5r.net Git - cc65/history - libsrc/apple2/crt0.s
lseek: Return EINVAL if new position is less than 0 or greater than 2^24 - 1.
[cc65] / libsrc / apple2 / crt0.s
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-02-01 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
2016-03-17 Oliver SchmidtMoved run location of ONCE segment.
2016-03-08 Oliver SchmidtMerge pull request #274 from bbbradsmith/doc-cc65-intern
2016-03-06 Oliver SchmidtRenamed INITBSS to INIT and INIT to ONCE.
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2016-02-26 silverdrMerge pull request #1 from cc65/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2015-10-15 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-10-14 Oliver SchmidtAdjusted current working directory initialization on...
2015-07-11 mrdudzMerge remote-tracking branch 'upstream/master' into...
2015-05-26 Oliver SchmidtMerge pull request #151 from greg-king5/fastcall
2015-04-26 Oliver SchmidtUse well-known location BLTU2 for "memmove()". 156/head
2015-02-18 Oliver SchmidtMerge pull request #146 from smuehlst/c1p
2015-02-16 Oliver SchmidtMoved interrupt enabling to the interrupt constructor.
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-09-09 Oliver SchmidtMerge pull request #130 from greg-king5/caps-lock
2014-08-24 Oliver SchmidtMerge pull request #131 from greg-king5/refine-crt
2014-08-24 Greg KingRefined the comments in the target start-up files. 131/head
2014-01-30 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-01-30 Oliver SchmidtMerge pull request #78 from groessler/something_to_pull
2014-01-26 Oliver SchmidtAvoid indirect jmp with unknown vector address.
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2012-06-16 ol.scAvoid mixing of memory areas and segments in address...
2012-06-10 ol.scMoved Apple EXEHDR to separate module (similiar to...
2011-01-26 ol.scMinor beautification.
2009-09-22 ol.scAdded author hint - as contained in the other source...
2009-09-14 ol.scNow that cc65 programs can run as SYS files themselves...
2009-09-13 ol.scBeing loaded by my 'ProDOS Loader' needs to be classifi...
2009-09-11 ol.scAllow to run programs as ProDOS SYS files (beside BIN...
2009-07-31 uzForce an import of the special symbol __STARTUP__ in...
2008-07-15 cuzMove zpsave into its own segment to decrease the execut...
2008-03-16 cuzOliver Schmidt updated the graphics drivers and part...
2005-09-08 cuzSerial driver for the SSC card by Oliver Schmidt
2005-04-27 cuzInterruptor support
2005-04-24 cuzUpdate from Oliver Schmidt
2005-04-21 cuzStartup code with interruptor support by Oliver Schmidt
2004-12-21 cuzAdded an exit handler - code from Oliver Schmidt
2004-03-11 cuzReworked version by Oliver Schmidt
2003-05-22 cuzRemoved the empty LOWCODE segments from the startup...
2003-03-10 cuzAdded routines to handle command line params
2002-11-23 cuzAdd STARTUP and LOWCODE segments
2002-07-15 cuzUse MEMSIZE instead of using a fixed high mem location
2002-07-05 cuzAdded a file header
2002-05-26 cuzMove zp space out of crt0.s
2000-11-22 cuzUse the condes feature
2000-10-30 cuzSqueeze 2 bytes out of the startup code
2000-09-07 cuzPlace the zero page variables into the ZEROPAGE segment
2000-05-28 uzThis commit was generated by cvs2svn to compensate...