Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Register parameters

RST 20H, DEFB $30

IN: BC = timeout in centiseconds (-1, infinite)
 
OUT: Fc = 0, success and A = character
     Fc = 1, failure and A = RC_TIME, timeout elapsed
 
Registers changed after return:
     ....DEHL/IXIY same
     AFBC..../.... different 

Notes

Operating system usage only.

This call returns the character corresponding to a keyboard input. Qualifiers (SHIFT, DIAMOND and SQUARE) and foreign keyboard mappings are implemented. The operating system MTH is bypassed. Thus the menu commands, the application swapping are inactive. This call should not be used at application level.

Related calls

GN_Sip, system input line routine 
OS_In, read (wait for) character from standard input 
OS_Pur, purge keyboard buffer 
OS_Tin, read character from standard input, with timeout
OS_Xin, examine input 

  • No labels