]> git.sur5r.net Git - cc65/history - libsrc/runtime
Add CBM kernal call TKSA to CBM library
[cc65] / libsrc / runtime /
2018-05-21 Oliver SchmidtMerge pull request #652 from IrgendwerA8/popptr1
2018-05-21 IrgendwerA8Fixed comments. 652/head
2018-05-21 IrgendwerMerge branch 'master' into popptr1
2018-05-21 IrgendwerA8Fixed formatting and two import issues.
2018-05-20 IrgendwerA8Added "popptr1" which is of common use to save some...
2018-04-16 Oliver SchmidtMerge pull request #627 from jedeoric/master
2018-03-16 Marco van den HeuvelMerge remote-tracking branch 'upstream/master'
2018-03-15 Marco van den HeuvelMerge branch 'master' of https://github.com/cc65/cc65
2018-03-11 Oliver SchmidtMerge pull request #609 from polluks/master
2018-03-10 Oliver SchmidtMerge pull request #606 from pfusik/ldec
2018-03-09 Piotr FusikFix coding style. 606/head
2018-03-08 Piotr FusikAdd comments.
2018-03-08 Bob AndrewsMerge pull request #604 from blackystardust/master
2018-03-08 Oliver SchmidtMerge pull request #605 from mrdudz/4playerfix
2018-03-07 Oliver SchmidtMerge pull request #607 from pfusik/runtime-typos
2018-03-07 Piotr FusikFix comment typos. 607/head
2018-03-07 Piotr FusikOptimize deceaxy.
2017-10-23 jedeMerge branch 'master' of https://github.com/jedeoric...
2017-10-22 jedeoricMerge branch 'master' into master
2017-10-22 Oliver SchmidtMerge pull request #504 from jedeoric/master
2017-10-08 Oliver SchmidtMerge pull request #503 from jedeoric/master
2017-09-27 Oliver SchmidtMerge pull request #494 from jedeoric/master
2017-08-06 Bob AndrewsMerge branch 'master' into kbrepeat
2017-07-18 Oliver SchmidtMerge pull request #453 from mrdudz/waitvsync 460/head
2017-06-05 Oliver SchmidtMerge pull request #436 from bbbradsmith/ca65_define_ma...
2017-05-26 Oliver SchmidtMerge pull request #438 from bbbradsmith/ca65_rand_comment
2017-05-24 Oliver SchmidtMerge pull request #426 from MonteCarlos/master
2017-05-18 Oliver SchmidtMerge pull request #430 from polluks/patch-1
2017-05-18 Oliver SchmidtMerge pull request #424 from clbr/trampoline
2017-05-01 Lauri Kasanencallptr4
2017-04-04 Oliver SchmidtRemoved superfluous final linefeed.
2017-04-04 Oliver SchmidtMerge pull request #389 from IrgendwerA8/stringimprovements
2017-03-20 Oliver SchmidtMerge pull request #402 from IrgendwerA8/runtime_improv...
2017-03-19 IrgendwerA8minor style changes 402/head
2017-03-12 IrgendwerA8few 6502 and some 65SC02 optimizations
2017-03-05 IrgendwerA8Added further optimizations and unit tests.
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-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 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...
next