Page 1 of 1

[TI-ASM] TI-82 Graph Text?

Posted: Sat 14 May, 2005 10:36 pm
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

Posted: Sat 14 May, 2005 11:37 pm
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.

Posted: Sun 15 May, 2005 12:19 am
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)

Posted: Sun 15 May, 2005 4:58 pm
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 :)

Posted: Sun 15 May, 2005 6:26 pm
by Throwaway Identity
thanks for the link.

Posted: Thu 19 May, 2005 8:23 pm
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.