OpenCores
URL https://opencores.org/ocsvn/rf6809/rf6809/trunk

Subversion Repositories rf6809

[/] [rf6809/] [trunk/] [software/] [boot/] [scancodes.asm] - Blame information for rev 4

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 4 robfinch
        ;--------------------------------------------------------------------------
2
        ; PS2 scan codes to ascii conversion tables.
3
        ;--------------------------------------------------------------------------
4
        ;
5
        org     (* + 127) & $FFFFFF80
6
 
7
unshiftedScanCodes:
8
        fcb     $2e,$a9,$2e,$a5,$a3,$a1,$a2,$ac
9
        fcb     $2e,$aa,$a8,$a6,$a4,$09,$60,$2e
10
        fcb     $2e,$2e,$2e,$2e,$2e,$71,$31,$2e
11
        fcb     $2e,$2e,$7a,$73,$61,$77,$32,$2e
12
        fcb     $2e,$63,$78,$64,$65,$34,$33,$2e
13
        fcb     $2e,$20,$76,$66,$74,$72,$35,$2e
14
        fcb     $2e,$6e,$62,$68,$67,$79,$36,$2e
15
        fcb     $2e,$2e,$6d,$6a,$75,$37,$38,$2e
16
        fcb     $2e,$2c,$6b,$69,$6f,$30,$39,$2e
17
        fcb     $2e,$2e,$2f,$6c,$3b,$70,$2d,$2e
18
        fcb     $2e,$2e,$27,$2e,$5b,$3d,$2e,$2e
19
        fcb     $ad,$2e,$0d,$5d,$2e,$5c,$2e,$2e
20
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$08,$2e
21
        fcb     $2e,$95,$2e,$93,$94,$2e,$2e,$2e
22
        fcb     $98,$7f,$92,$2e,$91,$90,$1b,$af
23
        fcb     $ab,$2e,$97,$2e,$2e,$96,$ae,$2e
24
 
25
        fcb     $2e,$2e,$2e,$a7,$2e,$2e,$2e,$2e
26
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
27
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
28
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
29
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
30
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
31
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
32
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
33
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
34
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
35
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
36
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
37
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
38
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
39
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
40
        fcb     $2e,$2e,$fa,$2e,$2e,$2e,$2e,$2e
41
 
42
shiftedScanCodes:
43
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
44
        fcb     $2e,$2e,$2e,$2e,$2e,$09,$7e,$2e
45
        fcb     $2e,$2e,$2e,$2e,$2e,$51,$21,$2e
46
        fcb     $2e,$2e,$5a,$53,$41,$57,$40,$2e
47
        fcb     $2e,$43,$58,$44,$45,$24,$23,$2e
48
        fcb     $2e,$20,$56,$46,$54,$52,$25,$2e
49
        fcb     $2e,$4e,$42,$48,$47,$59,$5e,$2e
50
        fcb     $2e,$2e,$4d,$4a,$55,$26,$2a,$2e
51
        fcb     $2e,$3c,$4b,$49,$4f,$29,$28,$2e
52
        fcb     $2e,$3e,$3f,$4c,$3a,$50,$5f,$2e
53
        fcb     $2e,$2e,$22,$2e,$7b,$2b,$2e,$2e
54
        fcb     $2e,$2e,$0d,$7d,$2e,$7c,$2e,$2e
55
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$08,$2e
56
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
57
        fcb     $2e,$7f,$2e,$2e,$2e,$2e,$1b,$2e
58
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
59
 
60
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
61
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
62
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
63
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
64
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
65
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
66
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
67
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
68
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
69
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
70
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
71
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
72
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
73
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
74
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
75
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
76
 
77
; control
78
keybdControlCodes:
79
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
80
        fcb     $2e,$2e,$2e,$2e,$2e,$09,$7e,$2e
81
        fcb     $2e,$2e,$2e,$2e,$2e,$11,$21,$2e
82
        fcb     $2e,$2e,$1a,$13,$01,$17,$40,$2e
83
        fcb     $2e,$03,$18,$04,$05,$24,$23,$2e
84
        fcb     $2e,$20,$16,$06,$14,$12,$25,$2e
85
        fcb     $2e,$0e,$02,$08,$07,$19,$5e,$2e
86
        fcb     $2e,$2e,$0d,$0a,$15,$26,$2a,$2e
87
        fcb     $2e,$3c,$0b,$09,$0f,$29,$28,$2e
88
        fcb     $2e,$3e,$3f,$0c,$3a,$10,$5f,$2e
89
        fcb     $2e,$2e,$22,$2e,$7b,$2b,$2e,$2e
90
        fcb     $2e,$2e,$0d,$7d,$2e,$7c,$2e,$2e
91
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$08,$2e
92
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
93
        fcb     $2e,$7f,$2e,$2e,$2e,$2e,$1b,$2e
94
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
95
 
96
keybdExtendedCodes:
97
        fcb     $2e,$2e,$2e,$2e,$a3,$a1,$a2,$2e
98
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
99
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
100
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
101
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
102
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
103
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
104
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
105
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
106
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
107
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
108
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
109
        fcb     $2e,$2e,$2e,$2e,$2e,$2e,$2e,$2e
110
        fcb     $2e,$95,$2e,$93,$94,$2e,$2e,$2e
111
        fcb     $98,$99,$92,$2e,$91,$90,$2e,$2e
112
        fcb     $2e,$2e,$97,$2e,$2e,$96,$2e,$2e
113
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.