1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-25 13:29:41 +00:00
cc65/libsrc/pce
Greg King 8e8d112029 Added pce-specific substitutes for memcpy() and memmove().
They are smaller and faster because they take advantage of the pce CPU's block-copy instructions.

Also, made a small improvement to the common memmove(), so that it is similar to the pce version.
2015-10-23 18:02:21 -04:00
..
joy style fixes 2015-08-29 15:58:57 +02:00
_scrsize.s style fixes 2015-08-29 15:58:57 +02:00
chline.s added missing chline, cvline 2015-07-19 18:06:16 +02:00
clock.s Consistently place constructors (and their exclusive subroutines) in "INIT". 2015-10-09 21:44:20 +02:00
clrscr.s use 'plot' instead of 'PLOT' 2015-09-20 12:18:41 +02:00
color.s fixed more flaws found by greg :) 2015-09-19 15:37:39 +02:00
conio.s According to the contributor the VGA data is accessed only by the constructor. 2015-10-14 11:50:54 +02:00
cputc.s fixed more flaws found by greg :) 2015-09-19 15:37:39 +02:00
crt0.s use tii instead of copy loop to copy data section to ram 2015-10-22 19:48:21 +02:00
ctype.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
cvline.s added missing chline, cvline 2015-07-19 18:06:16 +02:00
extzp.inc added interruptor support 2015-09-19 15:55:43 +02:00
extzp.s added interruptor support 2015-09-19 15:55:43 +02:00
gotoxy.s fixed more flaws found by greg :) 2015-09-19 15:37:39 +02:00
irq.s added interruptor support 2015-09-19 15:55:43 +02:00
joy_stat_stddrv.s style fixes 2015-08-29 15:58:57 +02:00
joy_stddrv.s style fixes 2015-08-29 15:58:57 +02:00
kplot.s use 'plot' instead of 'PLOT' 2015-09-20 12:18:41 +02:00
libref.s more cleanup, joystick works again 2015-07-12 14:27:24 +02:00
memcpy.s Added pce-specific substitutes for memcpy() and memmove(). 2015-10-23 18:02:21 -04:00
memmove.s Added pce-specific substitutes for memcpy() and memmove(). 2015-10-23 18:02:21 -04:00
psg.s Consistently place constructors (and their exclusive subroutines) in "INIT". 2015-10-09 21:44:20 +02:00
revers.s fixed more flaws found by greg :) 2015-09-19 15:37:39 +02:00
ticktock.s added interruptor support 2015-09-19 15:55:43 +02:00
vce.s Consistently place constructors (and their exclusive subroutines) in "INIT". 2015-10-09 21:44:20 +02:00
vdc.s style fixes 2015-08-29 15:58:57 +02:00
vga.inc style fixes 2015-08-29 15:58:57 +02:00
waitvblank.s added interruptor support 2015-09-19 15:55:43 +02:00