1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-03 12:55:56 +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 Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
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 Create static drivers directly from source files. 2014-06-04 23:50:18 +02:00
_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 Refined the comments in the target start-up files. 2014-08-24 10:10:20 -04:00
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
kreadst.s
kscnkey.s
kscreen.s
ksetnam.s
ksettim.s
kudtim.s
libref.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mcbdefault.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s
peeksys.s
pencalib.c
pokesys.s
randomize.s Fixed the random-seed generators for the Commodore targets. 2015-09-11 10:03:07 -04:00
revers.s
systime.s Changed multi-line C comments into another style. 2014-06-30 16:51:07 -04:00
sysuname.s