And what happened when you pressed the [NEW LINE] (enter/return) key?
Mark
And what happened when you pressed the [NEW LINE] (enter/return) key?
Code: Select all
'1' = 1Dh, 00011101b
'-' = 16h, 00010110b
'P' = 35h, 00110101b
Or it is not connected / dry jointed at the ula
Yes that's a possibility but then other functions that rely on a3 would be broken - kb input for example.
Code: Select all
E A E A E A
- - - - - -
1 - 1d 16 1101 0110
0 = 1c 14 1100 0100
p p 35 35 0101
r r 37 37 0111
i a 2e 26 1110 0110
n n 33 33 0011
t l 39 31 1001 0001
h 9 2d 25 1101 0101
e 6 2a 22 1010 0010
l l 31 31 0001
o o 34 34 0100
w o 3c 34 1100 0100
d 5 29 21 1001 0001