fixed error in description of CHRIN vs. GETIN

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@301 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
marcobaye 2020-10-20 20:05:39 +00:00
parent f76c51e38d
commit 64c36dd382

View File

@ -77,7 +77,7 @@ lib_cbm_kernal_a = 1
;note*
; the difference between CHRIN and GETIN depends on the current input device:
; input device 0 (keyboard): CHRIN reads from input buffer, GETIN reads from keyboard buffer
; input device 0 (keyboard): CHRIN reads from screen, GETIN reads from keyboard buffer
; (the same difference as between INPUT and GET in basic)
; input device 2 (rs232): CHRIN does some error handling, GETIN may just return zero on error.
; roughly speaking, CHRIN returns a "processed" byte while GETIN returns a "raw" byte.