Login
Plus/4 EncyclopediaFirstBackNextLast

BASIN ($FFCF)
Category
Programming/Assembly Reference/KERNAL

Topic
The routine is used to enter data via the keyboard or via a device that was previously defined with CHKIN ($FFC6). The input is comparable to the INPUT statement in Basic.

When called, the character is loaded into the accumulator and also displayed on the screen.

Here is an example until the RETURN key is pressed:

loop
. JSR $FFCF
. CMP #$0D
. BNE LOOP
. RTS



Copyright © Plus/4 World Team, 2001-2024