Difference between revisions of "83Plus:RAM:843F"

From WikiTI
Jump to: navigation, search
Line 7: Line 7:
 
'''Length:''' 1 byte.
 
'''Length:''' 1 byte.
  
Stores the scan code of the key being pressed. This is set by [[83Plus:BCALLs:4015|KbdScan]] and read by [[83Plus:BCALLs:4018|GetCSC]]. It is only valid when the flag kbdSCR,(iy+kbdFlags) is set.
+
Stores the scan code of the key being pressed. This is set by [[83Plus:BCALLs:4015|KbdScan]] and read by [[83Plus:BCALLs:4018|GetCSC]]. It is only valid when the flag [[83Plus:Flags:00#Bit_3|kbdSCR,(iy+kbdFlags)]] is set.

Revision as of 16:58, 30 May 2005

Synopsis

Official Name: kbdScanCode

Memory Address: 843Fh

Length: 1 byte.

Stores the scan code of the key being pressed. This is set by KbdScan and read by GetCSC. It is only valid when the flag kbdSCR,(iy+kbdFlags) is set.