1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-07 23:56:05 +00:00
cc65/libsrc/cbm510
Oliver Schmidt 13482984ca Introduced internal gotoxy that pops both parameters.
About all CONIO functions offering a <...>xy variant call
  popa
  _gotoxy

By providing an internal gotoxy variant that starts with a popa all those CONIO function can be shortened by 3 bytes. As soon as program calls more than one CONIO function this means an overall code size reduction.
2016-06-05 14:58:38 +02:00
..
emd
joy Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
mou Changed literal zeroes of the style "#>0" into the style "#>$0000". 2014-09-10 19:15:07 -04:00
ser
_scrsize.s
banking.s
break.s
cgetc.s
clrscr.s
color.s
cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s
devnum.s
extzp.inc
extzp.s
irq.s
joy_stat_stddrv.s
joy_stddrv.s
kbhit.s
kclose.s
kernal.s
kiobase.s
kopen.s
krdtim.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
kreadst.s
kscnkey.s
kscreen.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
ksetnam.s
ksettim.s
kudtim.s
libref.s Added library reference ser_libref to SER interface. 2013-06-01 11:03:14 +02:00
mainargs.s
mcbdefault.s
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s
peeksys.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
pencalib.c
pokesys.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
randomize.s
revers.s
systime.s
sysuname.s