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 4 added one line
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 3 changed one line
CH $02FC 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 5 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).
!!Hexadecimal Values
|| ||$00||$01||$02||$03||$04||$05||$06||$07||$08||$09||$0A||$0B||$0C||$0D||$0E||$0F
|$00|L|J|;|F1|F2|K|+|*|O| |P|U|CR|I|-|=
|$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
|$30|9| |0|7|BS|8|<|>|F|H|D| |Caps|G|S|A
At line 7 changed 9 lines
||7|| ||||| ||6|| ||||| ||5|| ||||| ||4|| ||||| ||3|| ||||| ||2|| ||||| ||1|| ||||| ||0|| |||||
|0|*|+|K| | |;|J|L|
|8|=|-|I|r|U|P| |O|
|16|Z|X|B| | |C| |V|
|24|1|2|5|e|6|3| |4|
|32|i|/|M| |N|.|s|,|
|40|Q|W|T|t|Y|E| |R|
|48|>|<|8|b|7|0| |9|
|56|A|S|G|c| |D|H|F|
together with Shift Key: add 64 ($40)\\
together with Control key: add 128 ($80)
At line 17 changed one line
s SPACE
!!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 19 changed one line
r RETURN
Spc SPACE, CR RETURN, Tab TAB, Caps CAPS, Inv INVERS/ATARI-Key, Esc Escape, BS BACKSPACE, Help HELP
At line 21 changed one line
t TAB
together with Shift Key: add 64 ($40)\\
together with Control key: add 128 ($80)
At line 23 changed 13 lines
c CAPS
i INVERS/ATARI-Taste
e Esc
b BACKSPACE
+64 wenn SHIFT gedr?ckt
+128 wenn CTRL gedr?ckt
in den leeren Feldern fehlen noch die Codes der Taste F1-F4
----
see also: [Keyboard topics|Keyboard_topics] [Console Keys|CONSOL] [HELP|HELPFG]