Re: TI-83 lower-case prompts and inputs?
[Prev][Next][Index][Thread]
I'm trying to talk my TI-83 into producing reliable lower case
prompts and inputs. Inputting a program containing :
Disp "abcdefghijklmnopqrstuvwxyz"
via Graph-Link produces:
Disp "abcdeFGHIJKLMnOpQrstuvwXYz"
on the TI-83. I posted about this back in August, and I've got as far as
being able to hex-edit an .83P file and adjust the checksum so that it
still runs. Hacking test files gives me a table of tokens for ASCII
characters:
Upper-case:
A &41
.....
Z &5A No problem
Lower-case:
a &62 16
b &62 17
c &62 18
d &62 19
e &62 1A
f-m *
n &62 02
o *
p &62 22
q *
r &62 12
s &62 34
t &62 24
u &5E 80
v &5E 81
w &5E 82
x-y *
z &62 23
The TI-83 turns the *-ed entries into upper-case. Can anybody
put me right on what tokens to substitute to get the missing lower-case
characters?
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
Stuart Dawson Dawson Engineering
49 Knockbracken Park, Belfast BT6 0HL, Northern Ireland
sd@dawson-eng.demon.co.uk +44 1232 640669
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
Turnpike evaluation. For information, see http://www.turnpike.com/
References: