1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 00:57:11 +00:00
cc65/libsrc/runtime
2024-01-24 09:58:09 +01:00
..
add.s remove dangling spaces 2022-04-17 16:06:22 +02:00
addeqsp.s
addysp.s
along.s
and.s
aslax1.s
aslax2.s
aslax3.s
aslax4.s
asleax1.s
asleax2.s
asleax3.s
asleax4.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asr.s
asrax1.s
asrax2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asrax3.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asrax4.s
asreax1.s
asreax2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asreax3.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
asreax4.s
axlong.s Removed superfluous final linefeed. 2017-04-04 15:43:56 +02:00
bcast.s
bneg.s
bpushbsp.s
call.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
callirq.s
callmain.s
callptr4.s callptr4 2017-05-01 21:08:03 +03:00
compl.s
condes.s
decax1.s
decax2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decax3.s
decax4.s
decax5.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decax6.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decax7.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decax8.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decaxy.s
decsp1.s
decsp2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decsp3.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
decsp4.s
decsp5.s
decsp6.s
decsp7.s
decsp8.s
div.s
enter.s
eq.s
ge.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
gt.s
icmp.s
idiv32by16r16.s
imul8x8r16.s
imul16x16r32.s Fixed the comments to say where the actual Left-Hand Side and Right-Hand Side are put. 2014-05-11 10:43:06 -04:00
incax1.s
incax2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
incax3.s
incax5.s
incax6.s
incax7.s
incax8.s
incaxy.s
incsp1.s remove dangling spaces 2022-04-17 16:06:22 +02:00
incsp2.s
incsp3.s remove dangling spaces 2022-04-17 16:06:22 +02:00
incsp4.s
incsp5.s remove dangling spaces 2022-04-17 16:06:22 +02:00
incsp6.s remove dangling spaces 2022-04-17 16:06:22 +02:00
incsp7.s remove dangling spaces 2022-04-17 16:06:22 +02:00
incsp8.s
jmpvec.s
ladd.s
laddeq.s few 6502 and some 65SC02 optimizations 2017-03-12 23:21:43 +01:00
laddeqsp.s
land.s remove dangling spaces 2022-04-17 16:06:22 +02:00
lasr.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lbcast.s
lbneg.s
lcmp.s
lcompl.s
ldai.s
ldau0sp.s
ldaui.s
ldauisp.s
ldaxi.s
ldaxsp.s
ldeaxi.s
ldeaxysp.s
ldec.s Fix coding style. 2018-03-09 18:48:24 +01:00
ldiv.s
le.s
leaaxsp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
leave.s
leq.s
lge.s
lgt.s
linc.s
lle.s
llt.s
lmod.s remove dangling spaces 2022-04-17 16:06:22 +02:00
lmul.s
lne.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lneg.s
lor.s
lpop.s
lpush.s remove dangling spaces 2022-04-17 16:06:22 +02:00
lrsub.s remove dangling spaces 2022-04-17 16:06:22 +02:00
lsave.s minor style changes 2017-03-19 20:51:54 +01:00
lshelp.s
lshl.s
lshr.s
lsub.s
lsubeq.s
lsubeqsp.s
lt.s
ltest.s
ludiv.s remove dangling spaces 2022-04-17 16:06:22 +02:00
luge.s
lugt.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lule.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
lult.s
lumod.s
lxor.s
makebool.s few 6502 and some 65SC02 optimizations 2017-03-12 23:21:43 +01:00
mod.s Reestablished entry state of signed operation and optimized that (again). 2018-05-25 23:52:42 +02:00
mul8.s Apply faster popptr1 to functions and/or use register instead of stack to save accu. 2018-05-21 18:18:01 +02:00
mul.s
mulax3.s
mulax5.s
mulax6.s
mulax7.s Removed optimizations which break the compiler ones. 2018-05-22 19:10:07 +02:00
mulax9.s Removed optimizations which break the compiler ones. 2018-05-22 19:10:07 +02:00
mulax10.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ne.s
negabs.s
or.s remove dangling spaces 2022-04-17 16:06:22 +02:00
popa.s
popptr1.s
popsreg.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
push1.s
push2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
push3.s
push4.s
push5.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
push6.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
push7.s
pusha.s
pushaff.s
pushax.s
pushb.s
pushbsp.s
pushc0.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pushc1.s
pushc2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pushlysp.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pushw.s
pushwsp.s
regswap1.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
regswap2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
regswap.s
return0.s
return1.s
returnFFFF.s add a return -1 helper 2024-01-24 09:58:09 +01:00
rsub.s
shelp.s
shl.s
shr.s
shrax1.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
shrax2.s
shrax3.s
shrax4.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
shreax1.s
shreax2.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
shreax3.s
shreax4.s
staspidx.s
staxsp.s
staxspi.s
steaxsp.s
steaxspi.s
stkchk.s
sub.s
subeqsp.s
subysp.s
swap.s remove dangling spaces 2022-04-17 16:06:22 +02:00
tosint.s
toslong.s
udiv32by16r16.s Minor math optimizations 2019-02-28 19:48:29 +01:00
udiv.s Adapted div & mod for popptr1. 2018-05-24 03:55:40 +02:00
uge.s
ugt.s
ule.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ult.s
umod.s
umul8x8r16.s
umul8x16r24.s Tiny optimizations for multiplication. 2020-08-29 16:34:20 +02:00
umul16x16r32.s
xor.s few 6502 and some 65SC02 optimizations 2017-03-12 23:21:43 +01:00
zeropage.s