mirror of
https://github.com/uffejakobsen/acme.git
synced 2024-11-25 07:31:52 +00:00
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:
parent
f76c51e38d
commit
64c36dd382
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user