Login
Plus/4 EncyclopediaFirstBackNextLast

GETIN ($FFE4)
Category
Programming/Assembly Reference/KERNAL

Topic
With GETIN you get a character from the keyboard buffer. This means that the routine queries the keyboard. The entered character is passed to the accumulator. GETIN waits until a key is pressed and this works like the Basic GET statement.

As an example, wait until a key is pressed and output character:

loop
. JSR $FFE4
. BEQ loop
. JSR $FFD2



Copyright © Plus/4 World Team, 2001-2024