1
0
mirror of https://github.com/cc65/cc65.git synced 2024-12-23 04:30:10 +00:00
cc65/libsrc/runtime
cuz 5627f27586 Renamed a file with more than 8 chars in its name
git-svn-id: svn://svn.cc65.org/cc65/trunk@686 b7a2c559-68d2-44c3-8de9-860c34a00d81
2001-04-04 20:27:33 +00:00
..
.cvsignore Ignore assembler listing files 2000-12-01 10:21:56 +00:00
add.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
addeqsp.s
addysp.s More module splits 2000-10-25 19:53:22 +00:00
and.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
aslax1.s
aslax2.s
aslax3.s
asleax1.s
asleax2.s
asleax3.s
asrax1.s
asrax2.s
asrax3.s
asreax1.s
asreax2.s
asreax3.s
axlong.s Splitted the lconvert module into three smaller ones to allow for smaller 2000-10-25 07:06:55 +00:00
bneg.s Minor optimization 2000-06-10 15:48:54 +00:00
bpushbsp.s
call.s
compl.s
condes.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
decax1.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
decax2.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
decax3.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decax4.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decax5.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decax6.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decax7.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decax8.s Added mor specialized decax functions 2001-03-26 20:47:12 +00:00
decaxy.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
decsp1.s More module splits 2000-10-25 19:53:22 +00:00
decsp2.s Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
decsp3.s Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
decsp4.s Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
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 Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
decsp7.s Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
decsp8.s Recode decsp8 2001-03-26 14:41:45 +00:00
div.s
enter.s
eq.s
ge.s
gt.s
icmp.s Removed an obsolete import 2001-03-26 14:43:39 +00:00
incax1.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
incax2.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
incax3.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incax5.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incax6.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incax7.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incax8.s Fixed errors in the incaxn functions 2001-02-21 08:39:25 +00:00
incaxy.s Splitted the dec and inc modules into smaller ones 2000-10-31 18:42:47 +00:00
incsp1.s More module splits 2000-10-25 19:53:22 +00:00
incsp2.s Some more 6502 code 2000-11-27 23:37:53 +00:00
incsp3.s More module splits 2000-10-25 19:53:22 +00:00
incsp4.s More module splits 2000-10-25 19:53:22 +00:00
incsp5.s More module splits 2000-10-25 19:53:22 +00:00
incsp6.s More module splits 2000-10-25 19:53:22 +00:00
incsp7.s More module splits 2000-10-25 19:53:22 +00:00
incsp8.s More module splits 2000-10-25 19:53:22 +00:00
ladd.s
laddeq.s
laddeqsp.s
land.s
lbneg.s Removed unneeded imports 2000-10-31 18:53:19 +00:00
lcmp.s
lcompl.s
ldai.s
ldau0sp.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
ldaui.s
ldauisp.s
ldaxi.s
ldaxsp.s
ldeax.s Fixed a bug in the last change 2000-10-31 19:16:44 +00:00
ldeaxi.s
ldeaxysp.s Split of the lruntime module 2000-11-01 22:03:22 +00:00
ldec.s
ldiv.s
le.s
leasp.s Module split 2000-10-31 18:57:00 +00:00
leave.s
leq.s
lge.s
lgt.s
linc.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
lle.s
llt.s
lmod.s
lmul.s
lne.s
lneg.s
lor.s
lpop.s
lpush.s decspX will no longer save a 2001-03-24 15:57:32 +00:00
lrsub.s
lsave.s
lshelp.s
lshl.s
lshr.s
lsub.s
lsubeq.s
lsubeqsp.s
lswap.s
lswitch.s Fixed a bug 2000-09-14 19:16:53 +00:00
lt.s
ltest.s
ludiv.s
luge.s
lugt.s
lule.s
lult.s
lumod.s
lxor.s
makebool.s
Makefile Renamed a file with more than 8 chars in its name 2001-04-04 20:27:33 +00:00
mod.s
mul.s
ne.s
neg.s
or.s
pleasp.s Fixed a typo 2001-03-26 14:26:27 +00:00
popa.s 65C02 code, minor optimization. 2000-11-28 13:27:42 +00:00
popsreg.s
push1.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
push2.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
push3.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
push4.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
push5.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
push6.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
push7.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pusha.s Added some 65C02 code 2000-11-28 13:33:08 +00:00
pushaff.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pushax.s Squeeze one cycle and several bytes out of the pushax routine. 2001-03-24 16:25:08 +00:00
pushb.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
pushbsp.s
pushc0.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pushc1.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pushc2.s Splitted the push.s module 2000-10-26 20:43:54 +00:00
pushlysp.s Split of the lruntime module 2000-11-01 22:03:22 +00:00
pushw.s
pushwsp.s
return0.s More module splits 2000-10-25 19:53:22 +00:00
return1.s More module splits 2000-10-25 19:53:22 +00:00
rsub.s
shelp.s
shl.s
shr.s
shrax1.s
shrax2.s
shrax3.s
shreax1.s
shreax2.s
shreax3.s
staspidx.s Rewrite of spaspidx and staxspidx. More module splits. 2000-10-26 06:35:45 +00:00
staspp.s More module splits 2000-10-25 19:53:22 +00:00
staxsp.s
staxspi.s Renamed a file with more than 8 chars in its name 2001-04-04 20:27:33 +00:00
staxspp.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
steaxsp.s
steaxspi.s Split of the lruntime module 2000-11-01 22:03:22 +00:00
steaxspp.s Split of the lruntime module 2000-11-01 22:03:22 +00:00
stkchk.s Increased h/w stack safety zone to 12 bytes 2001-03-23 19:08:07 +00:00
sub.s Some more 6502 code 2000-11-27 23:37:53 +00:00
subeqsp.s
subysp.s Rewrite the decsp and subysp functions now since they are used more often. 2001-03-24 16:15:01 +00:00
swap.s
switch.s
test.s
tosint.s Added some 65C02 code. 2000-11-27 22:59:03 +00:00
toslong.s Fixed a bug and - while doing so - made it somewhat shorter. 2000-12-06 21:11:06 +00:00
udiv.s
uge.s
ugt.s
ule.s
ult.s
umod.s
xor.s