1
0
mirror of https://github.com/cc65/cc65.git synced 2024-09-29 02:55:20 +00:00
cc65/libsrc/plus4
Colin Leroy-Mira 734541ee05 Serial: Optimize SER_GET
There is no need to TryToSend before getting the character. We
send bytes during SER_PUT, and if interrupted during sending, we
still try to do it at the beginning of the next SER_PUT.
2023-09-07 07:14:01 +02:00
..
joy clean-up of driver return codes 2023-02-26 20:03:41 +01:00
ser Serial: Optimize SER_GET 2023-09-07 07:14:01 +02:00
_scrsize.s
break.s Remove trailings spaces from CBM-related asm files 2019-03-22 22:54:05 +01:00
cgetc.s Updated to use cbm_kernal.inc. Whitespace cleanups 2018-11-26 22:14:31 +01:00
clrscr.s Updated to use cbm_kernal.inc. Whitespace cleanups 2018-11-26 22:14:31 +01:00
color.s
conio.s
cputc.s Fix handling of charcodes 254 and 255, fixes issue #988 2020-07-08 00:48:39 +02:00
crt0.s crt0 clean-up 2020-11-29 18:08:33 +01:00
devnum.s
fast.s
get_tv.s
irq.s
isfast.s
joy_stat_stddrv.s
joy_stddrv.s
kacptr.s
kbasin.s Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries. 2021-03-03 17:39:53 -05:00
kbhit.s
kbrepeat.s
kbsout.s Exported the Commodore CHRIN and CHROUT Kernal functions, in the CBM libraries. 2021-03-03 17:39:53 -05:00
kchkin.s
kciout.s
kckout.s
kclall.s
kclose.s
kclrch.s
kiobase.s
klisten.s
kload.s
kopen.s
kplot.s libsrc/*/kplot.s: Use cbm_kernal.inc symbols, not hardcoded addrs 2019-10-25 16:03:38 -04:00
krdtim.s
kreadst.s
ksave.s
kscnkey.s
ksetlfs.s
ksetnam.s
ksettim.s
ktalk.s
kudtim.s
kunlsn.s
kuntlk.s
libref.s
mainargs.s
randomize.s extra underscores for _randomize and _swap 2022-08-29 20:52:35 +02:00
revers.s
ser_stat_stddrv.s Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
ser_stddrv.s Introduced the notion of a standard serial driver. 2022-12-22 18:13:24 +01:00
slow.s
status.s
sysuname.s
waitvsync.s