]> git.sur5r.net Git - cc65/history - libsrc/runtime
Shorten a URL.
[cc65] / libsrc / runtime /
2016-04-14 Oliver SchmidtMerge pull request #283 from polluks/sp65
2016-04-10 Oliver SchmidtMerge pull request #281 from polluks/sp65
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-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 SchmidtChanged run location of INIT segment.
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-09-11 Oliver SchmidtMerge pull request #132 from greg-king5/high-zero
2014-09-10 Greg KingChanged literal zeroes of the style "#>0" into the... 132/head
2014-05-30 Oliver SchmidtMerge pull request #122 from groessler/a5200
2014-05-13 Oliver SchmidtMerge pull request #116 from greg-king5/symbol-table
2014-05-12 Oliver SchmidtMerge pull request #115 from greg-king5/cc65-mul
2014-05-11 Greg KingFixed the comments to say where the actual Left-Hand... 115/head
2014-05-11 Greg KingAdded a fast subroutine to multiply two signed 8-bit...
2013-07-01 Greg KingMerge branch 'master' into lightpen
2013-06-27 Christian GroesslerMerge remote-tracking branch 'upstream/master'
2013-06-27 Oliver SchmidtMade EXTZP segment option for modules.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2013-05-06 Oliver SchmidtMerge pull request #4 from greg-king5/filepath
2013-05-04 Oliver SchmidtReplaced whole bunch for Makefiles with a single generi...
2013-02-12 ol.scMoved IRQ hooking / unhooking from startup code to...
2012-11-04 uzUse the new declarations from the zeropage include...
2012-11-03 uzHave the callirq module export __CALLIRQ__ and changed...
2012-07-11 uzRewrite code for arithmetic right shift.
2012-07-06 uzRewrite to add an entry point for shraxy that doesn...
2012-07-06 uzComment and tab fix. No code changes.
2012-06-24 uzAdd another entry point to the shift left routine,...
2012-06-10 uzAdded an entry point to push a 32 bit long value.
2012-06-01 uzNew entry point to push something pointed to by ptr1...
2011-07-10 uzAdded new 8x16 unsigned multiplication routine.
2011-07-10 uzAdded labels for umul16x16r16 and umul16x16r16m.
2011-01-11 uzFixed an error in the division routine: The high byte...
2010-02-04 uzComment update.
2009-12-18 uzAdded --forget-inc-paths to the assembler command line...
2009-11-12 uzRename the 8x8 multiplication using the same scheme...
2009-11-04 uzWorking on the division and multiplication routines.
2009-11-04 uzAdded division routine. Removed C callable entry points...
2009-11-04 uzThe upper 16 bit differ between signed and unsigned...
2009-11-03 uzAdded C callable entry point for the 16x16=32 multiplic...
2009-11-03 uzAdded 16*16=32 multiplication routine.
2009-11-02 uzAdded separate 8x8=>16 multiplication routine as start...
2009-10-20 uzRemove 65C02 code, because in this case, the value...
2009-09-18 uzRemoved unused code.
2009-08-31 uzThe pleasp.s module is no longer in use.
2009-08-31 uzOh well. Decided to throw away the separate implementat...
2009-08-31 uzRenamed leaasp.s again, this time to leaa0sp.s. Added...
2009-08-31 uzRenamed leasp.s to leaasp.s
2009-08-19 uzSpecial cased the division 16 by 8.
2009-08-17 uzGreatly improved multiplication routine. Optimized...
2009-08-16 uzAdded an entry point that clears the high word of rhs.
2009-08-15 uzMore entry points for long ops that clear the high...
2009-08-15 uzAdded additional entry points that clear the high word...
2009-08-14 uzAdded tosicmp0, a special entry point that clears the...
2009-02-22 uzA few minor 65C02 optimizations.
2008-08-02 uzgit-svn-id: svn://svn.cc65.org/cc65/trunk@3863 b7a2c559...
2007-08-26 cuzFixed a bug: Byte three of the remainder was overwritte...
2005-11-28 cuzAdd the ltest module to the makefile
2005-11-27 cuzFile was removed but is still needed.
2005-08-13 cuzRemoved obsolete modules
2005-07-05 cuzFixed a bug: Divisions with a divisor > 0xFFFFFF did...
2005-05-05 cuzCall interrupt handlers with carry clear
2005-04-25 cuzChange the sematics of callirq and the existing interru...
2005-02-26 cuzMove initialization code into the init segment
2004-10-26 cuzAdd definitions for tools so the makefile is useful...
2004-09-20 cuzRenamed __IRQFUNC_xxx -> __INTERRUPTOR_xxx
2004-07-05 cuzAdded lasr.o
2004-07-05 cuzNew code for the shift functions
2004-04-05 cuzFixed a bug
2004-04-04 cuzSmall fix
2004-04-04 cuzAdded a specialized callirq routine
2004-03-25 cuzOptimized the condes routine, because it is used to...
2003-12-14 cuzFixed a bug
2003-12-14 cuzDon't use callax because condes is called in interrupt...
2003-11-09 cuzUse new assembler syntax
2003-10-28 cuzRuntime function improvements by Piotr Fusik
2003-10-10 cuzImproved 65c02 support
2003-10-08 cuzSqueezed a few bytes out of the code
2003-08-20 cuzChanged rm -f to $(RM)
2003-05-13 cuzRedid the last change, because it was bug (A must be...
2003-05-04 cuzReplaced the incsp functions by faster (but slightly...
2003-04-12 cuzAdded some cycle counts
2003-03-07 cuzNew module
2003-02-16 cuzRemoved an unused constant.
2003-02-06 cuzMake sure the zap target is available
2002-12-26 cuzUse callay instead of jmpvec
2002-12-26 cuzMoved jmpvec into a separate module
2002-11-25 cuzNew functions to swap register variables
2002-11-23 cuzRewrite
2002-11-23 cuzFixed a bug in pushw0sp
2002-11-23 cuzNew module
2002-11-22 cuzexit() is __fastcall__
2002-11-02 cuzMoved divt.s from runtime into common because it's...
2002-10-25 cuzAdded new div() function written by Greg King
2002-10-24 cuzMinor optimization suggested by Greg King
2002-10-05 cuzRemove the swapeax routine, it is obsolete
2002-09-28 cuzFixed the result of the % operator for longs
2002-09-28 cuzFixed the result of the % operator for ints
2002-06-14 cuzFixed a bug
next