[TI-ASM] TI-82 Graph Text?

Got questions? Got answers? Go here for both.

Moderator: MaxCoderz Staff

Post Reply
Throwaway Identity
New Member
Posts: 24
Joined: Sun 24 Apr, 2005 11:51 am
Location: Meditating

[TI-ASM] TI-82 Graph Text?

Post by Throwaway Identity »

I looked up and down crash82.inc, but couldn't find an equivalent of _vputs (graph text) on there! can ANYBODY help me? What it's called, or the hexadecimal address of it would be helpful. thanks a bunch!

Could this be what is meant by 'menu style', i.e. z_zm_str
Sypher Games: TBA :(
User avatar
Dwedit
Maxcoderz Staff
Posts: 579
Joined: Wed 15 Dec, 2004 6:06 am
Location: Chicago!
Contact:

Post by Dwedit »

Get Dwedit.inc. It uses TI83 style names for all equates across all the calcs.

And if you insist on not using that file, "menu style" means small font. It's an old TI85 asm scene throwback term.
You know your hexadecimal output routine is broken when it displays the character 'G'.
Throwaway Identity
New Member
Posts: 24
Joined: Sun 24 Apr, 2005 11:51 am
Location: Meditating

Post by Throwaway Identity »

@dwedit:

you see, I am writing my OWN include like dwedit.inc. And whenever I look at the source of something similar, I UNINTENTIONALLY copy it pretty much completely :roll: . Also, I couldn't find other than the Unification FAQ any developers info for dwedit.inc

and another thing: asm on 73 is now possible so I am including that.

and another nuther thing: it's nothing against you personally, as a programmer, i practically worship you (practically)
Sypher Games: TBA :(
pacHa
Sir Posts-A-Lot
Posts: 190
Joined: Sun 09 Jan, 2005 9:51 am
Contact:

Post by pacHa »

82 rom calls are 85-style named
small text : D_ZM_STR
big text : D_ZT_STR

again, karma.ticalc.org is for you :)
Image
Throwaway Identity
New Member
Posts: 24
Joined: Sun 24 Apr, 2005 11:51 am
Location: Meditating

Post by Throwaway Identity »

thanks for the link.
Sypher Games: TBA :(
User avatar
MissingIntellect
Regular Member
Posts: 102
Joined: Tue 21 Dec, 2004 2:46 pm
Location: Santa Clarita, California
Contact:

Post by MissingIntellect »

If it would be helpful, I have a supplementary include file I wrote that equates the TI-83 names for the TI-83, e.g. PutS will call D_ZT_STR.
--Steve Riekeberg
MaxCoderz Co-Founder, Ex-Staff Member
Image
http://www.missingintellect.net
Post Reply