cc65/libsrc/plus4/ser
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
..
plus4-stdser.s Serial: Optimize SER_GET 2023-09-07 07:14:01 +02:00