1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00
Jeff Tranter 806ffe5675 Fixes and improvements to KIM-1 i/o routines.
Tested on real KIM-1 hardware.

read.s:
- Remove commented out line.
- Remove unused check for bell character.
- Remove echo of newline (hardware always echoes entered characters).
- This fixes gets() and fgets() so they return when CR is entered.

write.s:
- Fix check for adding return after linefeed (failed to work because OUTCHR changes A)
- Remove unused check for bell character.

kim1.inc:
- Add symbol for monitor entry

crt0.s:
- Jump to KIM-1 monitor by address rather than using BRK (which relies on vector being set in RAM)
2023-03-27 17:56:25 -04:00
..
2022-04-17 16:04:58 +02:00
2022-08-29 19:55:48 +02:00
2020-12-19 19:54:12 +01:00
2022-04-17 16:04:58 +02:00
2022-03-19 09:09:50 +02:00
2022-03-01 06:44:26 +02:00
2022-03-01 06:44:26 +02:00
2022-04-18 11:59:54 +03:00
2022-04-17 16:04:58 +02:00
2022-04-18 17:43:56 +02:00
2020-12-03 12:13:23 +01:00
2020-04-02 22:58:16 +02:00
2022-04-17 16:04:58 +02:00
2021-04-19 15:50:52 +02:00
2022-04-17 16:04:58 +02:00
2022-04-17 16:04:58 +02:00
2022-01-17 08:22:15 -08:00
2020-12-03 12:13:23 +01:00
2021-04-19 16:06:10 +02:00
2019-02-05 23:27:52 +01:00
2021-05-09 17:13:24 -05:00
2023-03-17 23:10:15 +01:00
2022-04-17 16:04:58 +02:00
2022-04-17 16:04:58 +02:00
2021-05-19 20:26:11 +02:00
2022-04-17 16:04:58 +02:00