This page (revision-10) was last changed on 03-Feb-2023 15:21 by Gromit 

This page was created on 04-Apr-2010 17:22 by Carsten Strotmann

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
10 03-Feb-2023 15:21 1 KB Gromit to previous
9 07-Jul-2011 11:42 1 KB Gromit to previous | to last
8 04-Aug-2010 20:29 1 KB Florian Dingler to previous | to last
7 04-Aug-2010 20:08 1 KB Florian Dingler to previous | to last
6 04-Aug-2010 20:07 1 KB Florian Dingler to previous | to last
5 04-Aug-2010 18:18 1 KB Florian Dingler to previous | to last
4 26-Jul-2010 12:18 978 bytes Gromit to previous | to last
3 23-Jul-2010 21:23 913 bytes Florian Dingler to previous | to last
2 23-Jul-2010 21:22 915 bytes Florian Dingler to previous | to last
1 04-Apr-2010 17:22 737 bytes Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 2 lines
||ADR||HEXADR||NAME||Description||OS
|764|$02FC|CH|internal key code|all
At line 2 changed one line
CH $02FC 764
Enthält den internen Tastaturcode der gedrückten Taste. Manchmal hat der ATARI noch ein Zeichen im Speicher, welches vor längerer Zeit gedrückt wurde; möchte man dies verhindern, schreibt man $FF (255) in die Speicherzelle $02FC (764).
At line 4 changed one line
enthält den internen Tastaturkode der gedrückten Taste. Manchmal hat der ATARI noch ein Zeichen im Speicher, welches vor längerer Zeit gedrückt wurde; möchte man dies verhindern, schreibt man $FF (255) in die Speicherzelle $02FS (764).
The value $11 (or $51 or $91) for the HELP key does never appear in [CH]! It does appear in [KBCODE] and is transferred from there to [HELPFG].
At line 8 added one line
!!Hexadecimal Values
At line 8 changed 2 lines
|$10|V| |C|F3|F4|B|X|Z|4| |3|6|Esc|5|2|1
|$20|,|spc|.|N| |M|/|Inv|R| |E|Y|Tab|T|W|Q
|$10|V| |C|F3|F4|B|X|Z|4| |3|6|Esc|5|2|1
|$20|,|Spc|.|N| |M|/|Inv|R| |E|Y|Tab|T|W|Q
At line 12 changed one line
Shift +$40
together with Shift Key: add 64 ($40)\\
together with Control key: add 128 ($80)
At line 14 changed one line
Control +$80
!!Decimal Values
||.. ||.0||.1||.2||.3||.4||.5||.6||.7||.8||.9
|0.|L|J|;|F1|F2|K|+|*|O|
|1.|P|U|CR|I|-|=|V| |C|F3
|2.|F4|B|X|Z|4| |3|6|Esc|5
|3.|2|1|,|Spc|.|N| |M|/|Inv
|4.|R| |E|Y|Tab|T|W|Q|9|
|5.|0|7|BS|8|<|>|F|H|D|
|6.|Caps|G|S|A
At line 16 changed 9 lines
|| ||7||6||5||4||3||2||1||0
|0|*|+|K|F2|F1|;|J|L
|8|=|-|I|CR|U|P| |O
|16|Z|X|B|F4|F3|C| |V
|24|1|2|5|Esc|6|3| |4
|32|inv|/|M| |N|.|Spc|,
|40|Q|W|T|Tab|Y|E| |R
|48|>|<|8|Bs|7|0| |9
|56|A|S|G|caps| |D|H|F
Spc SPACE, CR RETURN, Tab TAB, Caps CAPS, Inv INVERS/ATARI-Key, Esc Escape, BS BACKSPACE, Help HELP
At line 26 changed one line
SPC SPACE
together with Shift Key: add 64 ($40)\\
together with Control key: add 128 ($80)
At line 28 changed 15 lines
CR RETURN
Tab TAB
Caps CAPS
Inv INVERS/ATARI-Taste
Esc Escape
BS BACKSPACE
+64 wenn SHIFT gedrückt
+128 wenn CTRL gedrückt
----
see also: [Keyboard topics|Keyboard_topics] [Console Keys|CONSOL] [HELP|HELPFG]