mirror of
https://github.com/hsoft/collapseos.git
synced 2024-11-24 05:28:06 +11:00
stdio: fix typo
This commit is contained in:
parent
2a55bfd375
commit
27149338e4
@ -9,7 +9,7 @@
|
|||||||
; GetC: Blocks until a character is read from the device and return that
|
; GetC: Blocks until a character is read from the device and return that
|
||||||
; character in A.
|
; character in A.
|
||||||
;
|
;
|
||||||
; PutC: Write character specified onto the device.
|
; PutC: Write character specified in A onto the device.
|
||||||
;
|
;
|
||||||
; *** Defines ***
|
; *** Defines ***
|
||||||
; STDIO_GETC: address of a GetC routine
|
; STDIO_GETC: address of a GetC routine
|
||||||
|
Loading…
Reference in New Issue
Block a user