1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/runtime
2013-02-12 22:39:38 +00:00
..
add.s
addeqsp.s
addysp.s
along.s
and.s
aslax1.s
aslax2.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
aslax3.s
aslax4.s
asleax1.s
asleax2.s
asleax3.s
asleax4.s
asr.s
asrax1.s
asrax2.s
asrax3.s
asrax4.s
asreax1.s
asreax2.s
asreax3.s
asreax4.s
axlong.s
bneg.s Minor optimization 2000-06-10 15:48:54 +00:00
bpushbsp.s
call.s
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
compl.s
condes.s
decax1.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
decax2.s
decax3.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decax4.s
decax5.s
decax6.s
decax7.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
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 Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
decsp6.s
decsp7.s
decsp8.s
div.s
enter.s
eq.s
ge.s
gt.s
icmp.s
idiv32by16r16.s
imul16x16r32.s
incax1.s
incax2.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
incax3.s
incax5.s
incax6.s
incax7.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incax8.s
incaxy.s
incsp1.s
incsp2.s
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
incsp6.s
incsp7.s
incsp8.s
jmpvec.s
ladd.s
laddeq.s
laddeqsp.s
land.s
lasr.s
lbneg.s
lcmp.s
lcompl.s
ldai.s
ldau0sp.s
ldaui.s
ldauisp.s
ldaxi.s
ldaxsp.s
ldeaxi.s
ldeaxysp.s Split of the lruntime module 2000-11-01 22:03:22 +00:00
ldec.s
ldiv.s
le.s
leaaxsp.s
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
lne.s
lneg.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
lor.s
lpop.s
lpush.s
lrsub.s
lsave.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
lshelp.s
lshl.s
lshr.s
lsub.s
lsubeq.s
lsubeqsp.s
lt.s
ltest.s
ludiv.s
luge.s
lugt.s
lule.s
lult.s
lumod.s
lxor.s
makebool.s
Makefile
mod.s
mul8.s
mul.s
mulax3.s
mulax5.s
mulax6.s
mulax7.s
mulax9.s
mulax10.s
ne.s
neg.s
or.s
popa.s
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
pushaff.s
pushax.s
pushb.s
pushbsp.s
pushc0.s
pushc1.s
pushc2.s
pushlysp.s
pushw.s
pushwsp.s
regswap1.s
regswap2.s
regswap.s
return0.s
return1.s
rsub.s
shelp.s
shl.s
shr.s
shrax1.s
shrax2.s
shrax3.s
shrax4.s
shreax1.s This commit was generated by cvs2svn to compensate for changes in r2, 2000-05-28 13:40:48 +00:00
shreax2.s
shreax3.s
shreax4.s
staspidx.s
staxsp.s
staxspi.s
steaxsp.s
steaxspi.s
stkchk.s
sub.s
subeqsp.s
subysp.s
swap.s
tosint.s Improved 65c02 support 2003-10-10 17:52:12 +00:00
toslong.s
udiv32by16r16.s
udiv.s
uge.s
ugt.s
ule.s
ult.s
umod.s
umul8x8r16.s
umul8x16r24.s
umul16x16r32.s
xor.s
zeropage.s