Omnimaga

Calculator Community => TI Calculators => Axe => Topic started by: Matrefeytontias on December 30, 2011, 05:06:40 pm

Title: Again another question, about programs' name
Post by: Matrefeytontias on December 30, 2011, 05:06:40 pm
Good morning / afternoon / evening / night,

I try to do a (little) ASM compiler in Axe and I have some problems to find programs which are already on the calc. You know, like Axe parser's program detection ; how to display a menu with all the names of the programs on the calc ?

I've already seen the tuto about VAT, but I don't know how to get programs' name, all the programs'.

Thanks in advance :)
Title: Re: Again another question, about programs' name
Post by: Deep Toaster on December 30, 2011, 05:12:01 pm
Each VAT entry contains the variable name. I'm not sure what VAT tutorial you're talking about, but it should mention that in there.
Title: Re: Again another question, about programs' name
Post by: Matrefeytontias on December 30, 2011, 05:15:08 pm
Yeah yeah, I know, but HOW TO access program's name ? How to store it in a Str pointer for example ?
Title: Re: Again another question, about programs' name
Post by: jacobly on December 30, 2011, 05:31:04 pm
Check out MemKit (it comes with axe).
Title: Re: Again another question, about programs' name
Post by: Matrefeytontias on December 30, 2011, 05:33:38 pm
I would like to do it without any lib or Axiom, and I can't use my PC for several times...
Title: Re: Again another question, about programs' name
Post by: jacobly on December 30, 2011, 05:44:22 pm
Check out this (http://ourl.ca/7202/122628) post.
Title: Re: Again another question, about programs' name
Post by: Matrefeytontias on December 30, 2011, 05:59:08 pm
Yay, thanks, it's really helpful ! Thank you so much !

EDIT : I don't close because I'll surely have several problems to use this as program selecter, so I'll can use this topic  ;D