GETIN
From C64-Wiki
Jump to navigationJump to searchThis article is very short and not very detailed. Please help to improve it. |
Note: This article describes the GETIN routine for transferring floating point values in BASIC ROM.
The GETIN kernal routine is located at $FFE4 (65508).
Read byte from default input. (If not keyboard, must call OPEN (Kernal) and CHKIN beforehand.)
- Input: –
- Output: A = Byte read
- Used registers: A, X, Y
- Real address: ($032A), $F13E