Author Topic: Again another question, about programs' name  (Read 2861 times)

0 Members and 1 Guest are viewing this topic.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Again another question, about programs' name
« 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 :)

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Again another question, about programs' name
« Reply #1 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.




Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Again another question, about programs' name
« Reply #2 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 ?

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: Again another question, about programs' name
« Reply #3 on: December 30, 2011, 05:31:04 pm »
Check out MemKit (it comes with axe).

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Again another question, about programs' name
« Reply #4 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...

Offline jacobly

  • LV5 Advanced (Next: 300)
  • *****
  • Posts: 205
  • Rating: +161/-1
    • View Profile
Re: Again another question, about programs' name
« Reply #5 on: December 30, 2011, 05:44:22 pm »
Check out this post.

Offline Matrefeytontias

  • Axe roxxor (kinda)
  • LV10 31337 u53r (Next: 2000)
  • **********
  • Posts: 1982
  • Rating: +310/-12
  • Axe roxxor
    • View Profile
    • RMV Pixel Engineers
Re: Again another question, about programs' name
« Reply #6 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
« Last Edit: December 30, 2011, 06:00:58 pm by Matrefeytontias »