This page (revision-5) was last changed on 03-Feb-2023 15:21 by Florian Dingler 

This page was created on 07-Mar-2010 22:50 by Florian Dingler

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
5 03-Feb-2023 15:21 540 bytes Florian Dingler to previous
4 04-Aug-2010 20:18 539 bytes Florian Dingler to previous | to last
3 04-Aug-2010 18:15 385 bytes Florian Dingler to previous | to last
2 07-Mar-2010 22:53 276 bytes Florian Dingler to previous | to last
1 07-Mar-2010 22:50 230 bytes Florian Dingler to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 changed one line
732 $02DC HELPFG
||R/W||ADR||HEXADR||NAME||DESCRIPTION||OS
|read/write |732|$02DC|HELPFG|Help key register|XL/XE
At line 3 changed 9 lines
Bits
%%prettify
{{{
Bit 0 HELP
Bit 4 HELP
Bit 6 SHIFT
Bit 7 CTRL
}}}
/%
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.
At line 13 changed 9 lines
Value
%%prettify
{{{
$00 HELP Flag cleared
$11 HELP key pressed
$51 SHIFT HELP pressed
$91 CTRL HELP pressed
}}}
/%
!!Bits
||Bit||Function
|0| HELP
|4| HELP
|6| SHIFT
|7| CTRL
!!Values
||Hex||Dec||Explanation
|$00|0|HELP Flag cleared
|$11|17|HELP key pressed
|$51|81|SHIFT HELP pressed
|$91|145|CTRL HELP pressed
----
see also: [Keyboard topics|Keyboard_topics] [Console Keys|CONSOL]