||R/W||ADR||HEXADR||NAME||DESCRIPTION||OS
|read/write |732|$02DC|HELPFG|Help key register|XL/XE

The Help-Key is read from [KBCODE] and stored in HELPFG. There is no normal action when HELP is pressed. The programmer has to check HELPFG or KBCODE.

Bits
%%prettify 
{{{
Bit 0 HELP
Bit 4 HELP
Bit 6 SHIFT
Bit 7 CTRL
}}}
/%

Value
%%prettify 
{{{
$00 HELP Flag cleared
$11 HELP key pressed
$51 SHIFT HELP pressed
$91 CTRL HELP pressed
}}}
/%

----
see also: [Keyboard topics|Keyboard_topics] [Console Keys|CONSOL]