1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-01 15:54:59 +00:00
cc65/libsrc/c64
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 blackystardust pull request with post-review changes 2016-02-26 23:55:55 +01:00
extra remove unneeded exports 2015-11-07 11:45:38 +01:00
joy
mou
ser
tgi
_scrsize.s
bordercolor.s
break.s
cgetc.s
clrscr.s
color.s
conio.s
cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s Cleaned up C64 linker configs. 2016-03-13 14:32:07 +01:00
devnum.s
get_ostype.s
get_tv.s
irq.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
joy_stat_stddrv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
joy_stddrv.s
kbhit.s
kernal.s
kplot.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
mcbspritedata.s
mouse_stat_stddrv.s
mouse_stddrv.s
mouseref.s
pencalib.c
randomize.s
revers.s
soft80_cgetc.s
soft80_charset.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
soft80_color.s
soft80_conio.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
soft80_cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
soft80_kclrscr.s
soft80_kplot.s
soft80_scrsize.s
soft80.inc
soft80mono_cgetc.s added size optimized monochrom soft80 driver 2015-10-19 02:49:32 +02:00
soft80mono_color.s added size optimized monochrom soft80 driver 2015-10-19 02:49:32 +02:00
soft80mono_conio.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
soft80mono_cputc.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
soft80mono_kclrscr.s added size optimized monochrom soft80 driver 2015-10-19 02:49:32 +02:00
soft80mono_kplot.s added size optimized monochrom soft80 driver 2015-10-19 02:49:32 +02:00
status.s
systime.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
sysuname.s
tgi_colors.s
tgi_stat_stddrv.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
tgi_stddrv.s