1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-30 08:57:49 +00:00
cc65/libsrc/runtime
2013-02-12 22:39:38 +00:00
..
add.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
addeqsp.s
addysp.s
along.s New module 2002-11-23 11:19:51 +00:00
and.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
aslax1.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
aslax2.s
aslax3.s
aslax4.s
asleax1.s
asleax2.s
asleax3.s
asleax4.s
asr.s Rewrite code for arithmetic right shift. 2012-07-11 20:57:02 +00:00
asrax1.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
asrax2.s
asrax3.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
asrax4.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
asreax1.s
asreax2.s
asreax3.s More shift routines 2001-07-25 21:36:01 +00:00
asreax4.s
axlong.s
bneg.s
bpushbsp.s
call.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
callirq.s Moved IRQ hooking / unhooking from startup code to constructor / destructor to avoid linking in the hooking / unhooking code (and callirq) for the majority of cc65 prorams not linking in interruptors. 2013-02-12 22:39:38 +00:00
callmain.s New module 2003-03-07 11:53:17 +00:00
compl.s
condes.s Move initialization code into the init segment 2005-02-26 09:06:46 +00:00
decax1.s
decax2.s
decax3.s
decax4.s
decax5.s
decax6.s
decax7.s
decax8.s
decaxy.s
decsp1.s More module splits 2000-10-25 19:53:22 +00:00
decsp2.s
decsp3.s
decsp4.s
decsp5.s
decsp6.s Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
decsp7.s
decsp8.s
div.s Fixed the result of the % operator for ints 2002-09-28 19:41:00 +00:00
enter.s
eq.s
ge.s
gt.s
icmp.s Added tosicmp0, a special entry point that clears the X register. 2009-08-14 22:08:28 +00:00
idiv32by16r16.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
imul16x16r32.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
incax1.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
incax2.s
incax3.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incax5.s
incax6.s
incax7.s
incax8.s
incaxy.s
incsp1.s
incsp2.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
incsp3.s Redid the last change, because it was bug (A must be saved across the call) 2003-05-13 10:00:39 +00:00
incsp4.s Redid the last change, because it was bug (A must be saved across the call) 2003-05-13 10:00:39 +00:00
incsp5.s Redid the last change, because it was bug (A must be saved across the call) 2003-05-13 10:00:39 +00:00
incsp6.s Redid the last change, because it was bug (A must be saved across the call) 2003-05-13 10:00:39 +00:00
incsp7.s Redid the last change, because it was bug (A must be saved across the call) 2003-05-13 10:00:39 +00:00
incsp8.s Redid the last change, because it was bug (A must be saved across the call) 2003-05-13 10:00:39 +00:00
jmpvec.s Moved jmpvec into a separate module 2002-12-26 15:45:48 +00:00
ladd.s Added additional entry points that clear the high word of the right operand. 2009-08-15 20:58:35 +00:00
laddeq.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
laddeqsp.s
land.s More entry points for long ops that clear the high word of the lhs. 2009-08-15 21:06:06 +00:00
lasr.s New code for the shift functions 2004-07-05 22:24:06 +00:00
lbneg.s
lcmp.s
lcompl.s
ldai.s
ldau0sp.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
ldaui.s
ldauisp.s
ldaxi.s
ldaxsp.s
ldeaxi.s
ldeaxysp.s
ldec.s
ldiv.s Added additional entry points that clear the high word of the right operand. 2009-08-15 20:58:35 +00:00
le.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
leaaxsp.s Oh well. Decided to throw away the separate implementation for leaa0sp, 2009-08-31 12:22:13 +00:00
leave.s
leq.s
lge.s
lgt.s
linc.s
lle.s
llt.s
lmod.s Added additional entry points that clear the high word of the right operand. 2009-08-15 20:58:35 +00:00
lmul.s Added additional entry points that clear the high word of the right operand. 2009-08-15 20:58:35 +00:00
lne.s
lneg.s
lor.s More entry points for long ops that clear the high word of the lhs. 2009-08-15 21:06:06 +00:00
lpop.s
lpush.s Added an entry point to push a 32 bit long value. 2012-06-10 19:15:52 +00:00
lrsub.s Added an entry point that clears the high word of rhs. 2009-08-16 16:38:52 +00:00
lsave.s
lshelp.s Fixed the result of the % operator for longs 2002-09-28 19:55:19 +00:00
lshl.s New code for the shift functions 2004-07-05 22:24:06 +00:00
lshr.s New code for the shift functions 2004-07-05 22:24:06 +00:00
lsub.s Added additional entry points that clear the high word of the right operand. 2009-08-15 20:58:35 +00:00
lsubeq.s
lsubeqsp.s
lt.s
ltest.s File was removed but is still needed. 2005-11-27 22:03:19 +00:00
ludiv.s More entry points for long ops that clear the high word of the lhs. 2009-08-15 21:06:06 +00:00
luge.s
lugt.s
lule.s
lult.s
lumod.s Added additional entry points that clear the high word of the right operand. 2009-08-15 20:58:35 +00:00
lxor.s More entry points for long ops that clear the high word of the lhs. 2009-08-15 21:06:06 +00:00
makebool.s
Makefile Added new 8x16 unsigned multiplication routine. 2011-07-10 14:51:03 +00:00
mod.s
mul8.s Greatly improved multiplication routine. Optimized the generic 16x16 one and 2009-08-17 20:48:28 +00:00
mul.s Greatly improved multiplication routine. Optimized the generic 16x16 one and 2009-08-17 20:48:28 +00:00
mulax3.s Added special multiplication routines 2001-10-04 21:34:14 +00:00
mulax5.s
mulax6.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
mulax7.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
mulax9.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
mulax10.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
ne.s
neg.s
or.s
popa.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
popsreg.s A few minor 65C02 optimizations. 2009-02-22 15:39:19 +00:00
push1.s
push2.s
push3.s
push4.s
push5.s
push6.s
push7.s
pusha.s Remove 65C02 code, because in this case, the value of Y on return is always 2009-10-20 08:25:58 +00:00
pushaff.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pushax.s Added some cycle counts 2003-04-12 20:50:58 +00:00
pushb.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
pushbsp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
pushc0.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pushc1.s
pushc2.s
pushlysp.s
pushw.s New entry point to push something pointed to by ptr1 with index in Y. 2012-06-01 19:19:45 +00:00
pushwsp.s Fixed a bug in pushw0sp 2002-11-23 16:21:35 +00:00
regswap1.s New functions to swap register variables 2002-11-25 12:38:38 +00:00
regswap2.s New functions to swap register variables 2002-11-25 12:38:38 +00:00
regswap.s New functions to swap register variables 2002-11-25 12:38:38 +00:00
return0.s
return1.s
rsub.s
shelp.s
shl.s Comment and tab fix. No code changes. 2012-07-06 19:56:42 +00:00
shr.s Rewrite to add an entry point for shraxy that doesn't need to pass values over 2012-07-06 19:57:24 +00:00
shrax1.s
shrax2.s
shrax3.s
shrax4.s
shreax1.s
shreax2.s
shreax3.s
shreax4.s
staspidx.s
staxsp.s
staxspi.s Renamed a file with more than 8 chars in its name 2001-04-04 20:27:33 +00:00
steaxsp.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
steaxspi.s
stkchk.s A few minor 65C02 optimizations. 2009-02-22 15:39:19 +00:00
sub.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
subeqsp.s
subysp.s Runtime function improvements by Piotr Fusik 2003-10-28 08:47:47 +00:00
swap.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
tosint.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
toslong.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
udiv32by16r16.s Working on the division and multiplication routines. 2009-11-04 19:41:54 +00:00
udiv.s Fixed an error in the division routine: The high byte of the wrong 16 bit 2011-01-11 17:08:29 +00:00
uge.s
ugt.s
ule.s
ult.s
umod.s
umul8x8r16.s Rename the 8x8 multiplication using the same scheme as for the 16x16 2009-11-12 15:48:11 +00:00
umul8x16r24.s Added new 8x16 unsigned multiplication routine. 2011-07-10 14:51:03 +00:00
umul16x16r32.s Added labels for umul16x16r16 and umul16x16r16m. 2011-07-10 14:50:18 +00:00
xor.s
zeropage.s Use the new declarations from the zeropage include file. In interrupt handlers 2012-11-04 15:23:05 +00:00