Этот коммит содержится в:
Virgil Dupras 2019-11-04 10:04:09 -05:00
родитель 2a55bfd375
Коммит 27149338e4

Просмотреть файл

@ -9,7 +9,7 @@
; GetC: Blocks until a character is read from the device and return that
; character in A.
;
; PutC: Write character specified onto the device.
; PutC: Write character specified in A onto the device.
;
; *** Defines ***
; STDIO_GETC: address of a GetC routine