Created
February 3, 2025 20:48
-
-
Save Ismael-VC/7b3e4a7928d7db73ed5a81aba2339492 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ASTRA-256 Assembler > General Discussions > Topic Details | |
sovereign has ASTRA-256 Assembler 8 Feb, 2021 @ 12:09pm | |
Key table | |
Hi, folks. | |
ASTRA-256 is a cool piece of software. I'd like to see a reference table added to the manual that contains the individual keyboard key values for each color (off, green, red, yellow). | |
Below is a list I compiled (hex) | |
KEY OFF GN RD YE | |
0 00 40 80 C0 | |
1 01 41 81 C1 | |
2 02 42 82 C2 | |
3 03 43 83 C3 | |
4 04 44 84 C4 | |
5 05 45 85 C5 | |
6 06 46 86 C6 | |
7 07 47 87 C7 | |
8 08 48 88 C8 | |
9 09 49 89 C9 | |
A 0A 4A 8A CA | |
B 0B 4B 8B CB | |
C 0C 4C 8C CC | |
D 0D 4D 8D CD | |
E 0E 4E 8E CE | |
F 0F 4F 8F CF | |
G 10 50 90 D0 | |
H 11 51 91 D1 | |
I 12 52 92 D2 | |
J 13 53 93 D3 | |
K 14 54 94 D4 | |
L 15 55 95 D5 | |
M 16 56 96 D6 | |
N 17 57 97 D7 | |
O 18 58 98 D8 | |
P 19 59 99 D9 | |
Q 1A 5A 9A DA | |
R 1B 5B 9B DB | |
S 1C 5C 9C DC | |
T 1D 5D 9D DD | |
U 1E 5E 9E DE | |
V 1F 5F 9F DF | |
W 20 60 A0 E0 | |
X 21 61 A1 E1 | |
Y 22 62 A2 E2 | |
Z 23 63 A3 E3 | |
SP 24 64 A4 E4 | |
Thanks! | |
Last edited by sovereign; 8 Feb, 2021 @ 2:02pm |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment