1
0
mirror of https://github.com/cc65/cc65.git synced 2024-11-19 06:31:31 +00:00
cc65/libsrc/osic1p
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
..
extra
bootstrap.s
cclear.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
cgetc.s
chline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
crt0.s
ctype.s
cvline.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
extzp.inc
extzp.s
gotox.s
gotoxy.s Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
gotoy.s
kbhit.s
oserror.s
osic1p.inc
osiscreen.inc Introduced internal gotoxy that pops both parameters. 2016-06-05 14:58:38 +02:00
screen-c1p-24x24.s
wherex.s
wherey.s