[TI ASM] Special characters

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

Post Reply
User avatar
NanoWar
Extreme Poster
Posts: 365
Joined: Fri 17 Dec, 2004 6:39 pm
Location: #$&"%§!
Contact:

[TI ASM] Special characters

Post by NanoWar »

Has anyone got a list of all hex values for the special characters a TI can use?
(like θ Σ ÃƒÆ’Ã‚Â· ≠ ≤ ≥ √ ∟ →)
Revolution Software
Andy_J
Calc Master
Posts: 1110
Joined: Mon 20 Dec, 2004 10:01 pm
Location: In the state of Roo Fearing
Contact:

Post by Andy_J »

LAI28D includes a font chart, lgfont.png. Just .db the value of the character you want and it'll show up fine in PutS or PutC. Likewise for the small font and VPutMap, etc. etc.

Note that this has nothing to do with tokens at all. You don't need to use them. :)
ImageImage
Image
Kalimero
Regular Member
Posts: 130
Joined: Fri 17 Dec, 2004 1:47 pm

Post by Kalimero »

Appendix A and B in sdk83pguide.pdf
User avatar
Dwedit
Maxcoderz Staff
Posts: 579
Joined: Wed 15 Dec, 2004 6:06 am
Location: Chicago!
Contact:

Post by Dwedit »

You might also want the TI83 Small Font which I love to plug...
You know your hexadecimal output routine is broken when it displays the character 'G'.
User avatar
NanoWar
Extreme Poster
Posts: 365
Joined: Fri 17 Dec, 2004 6:39 pm
Location: #$&"%§!
Contact:

Post by NanoWar »

Oh! Now *that* is handy. Thank you all.
Revolution Software
User avatar
Jim e
Calc King
Posts: 2457
Joined: Sun 26 Dec, 2004 5:27 am
Location: SXIOPO = Infinite lives for both players
Contact:

Post by Jim e »

Note that the [ character is theta
Man that bit me in the ass one day. I can't believe making theta follow z was more important than keeping things standard.
Image
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Post by CoBB »

Yes, that always irked me. At least they could have sacrificed @ instead, which is far less used on the calc and would still allow a continuous code range... Not that I see any point in singling out theta for this role, when there are countless special variables.
Post Reply