GETIN

From C64-Wiki
Jump to navigationJump to search
Stub This article is very short and not very detailed. Please help to improve it.

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