1
0
mirror of https://github.com/cc65/cc65.git synced 2024-10-07 23:56:05 +00:00
cc65/libsrc/c16
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
_scrsize.s
break.s
cgetc.s Moved things into ONCE. 2016-03-15 22:55:36 +01:00
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 Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
devnum.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
joy_stddrv.s
kbhit.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
kclose.s Removed (pretty inconsistently used) tab chars from source code base. 2013-05-09 13:57:12 +02:00
kernal.s
libref.s
mainargs.s Renamed INITBSS to INIT and INIT to ONCE. 2016-03-06 21:27:19 +01:00
randomize.s
revers.s
status.s
systime.s
sysuname.s New uname function 2003-08-12 17:24:02 +00:00