Author Topic: Find names of all programs on calc?  (Read 3523 times)

0 Members and 1 Guest are viewing this topic.

Offline TheNlightenedOne

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 427
  • Rating: +16/-1
    • View Profile
Find names of all programs on calc?
« on: April 29, 2013, 07:01:59 pm »
How would I find the names of all the programs on a calc in Axe? I know you can access the program if you know the name, but I don't know how to find what programs are on the calc

EDIT: 404th post. Post not found
"Eris" (Ndless 3.1)
"Keto" (Ndless 3.1)
"Luna" (AMS 3.10, HW4)
"Aurora" (2.55MP)

Offline Link

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 152
  • Rating: +7/-3
  • Well excuse me princess!
    • View Profile
Re: Find names of all programs on calc?
« Reply #1 on: April 29, 2013, 07:04:35 pm »
I don't know how to actually make it, but why do you need this?? Maybe for a shell?

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Find names of all programs on calc?
« Reply #2 on: April 29, 2013, 07:05:32 pm »
It is possible with asm, as it is made in Celtic3, maybe you can look into its source and use some inline hex?

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: Find names of all programs on calc?
« Reply #3 on: April 29, 2013, 07:07:11 pm »
Doors does it natively.
Just look at the VAT for programs and then search the byte that is the start of the readable program and check if it is ASCII for "."... Idk what the offset is.
Keep trying.

Offline TheNlightenedOne

  • LV6 Super Member (Next: 500)
  • ******
  • Posts: 427
  • Rating: +16/-1
    • View Profile
Re: Find names of all programs on calc?
« Reply #4 on: April 29, 2013, 08:26:27 pm »
I'm making a program editor, because the TI-OS one is kinda... meh.
"Eris" (Ndless 3.1)
"Keto" (Ndless 3.1)
"Luna" (AMS 3.10, HW4)
"Aurora" (2.55MP)

Offline Runer112

  • Project Author
  • LV11 Super Veteran (Next: 3000)
  • ***********
  • Posts: 2289
  • Rating: +639/-31
    • View Profile
Re: Find names of all programs on calc?
« Reply #5 on: April 29, 2013, 08:30:46 pm »
http://ourl.ca/18759/345664 :P


EDIT: If you don't plan to allow editing of archived programs just yet, that awkward hacky line can be done away with. Just skip any archived programs, for which dim()rr will be nonzero, and then simply get the pointer to the start of the program's data in RAM with dim()r.
« Last Edit: April 29, 2013, 08:35:33 pm by Runer112 »

Offline Hayleia

  • Programming Absol
  • Coder Of Tomorrow
  • LV12 Extreme Poster (Next: 5000)
  • ************
  • Posts: 3367
  • Rating: +393/-7
    • View Profile
Re: Find names of all programs on calc?
« Reply #6 on: April 30, 2013, 11:22:09 am »
Note, if you want your programs to appear in alphabetical order, you can use Jacobly's modified MEMKIT (and give him +1s :P)
I own: 83+ ; 84+SE ; 76.fr ; CX CAS ; Prizm ; 84+CSE
Sorry if I answer with something that seems unrelated, English is not my primary language and I might not have understood well. Sorry if I make English mistakes too.

click here to know where you got your last +1s

Offline Joshuasm32

  • LV4 Regular (Next: 200)
  • ****
  • Posts: 142
  • Rating: +19/-7
    • View Profile
    • Network
Re: Find names of all programs on calc?
« Reply #7 on: April 30, 2013, 07:05:23 pm »
OR I will give you plus one!   :D
« Last Edit: April 30, 2013, 07:06:19 pm by codebender »
My name is Josh and I a developer at Moonzean. I enjoy Radiohead, web development, Java, and cryptograms.
Spoiler For No Surprises, by Radiohead:
A heart that's full up like a landfill
A job that slowly kills you
Bruises that won't heal

You look so tired unhappy
Bring down the government
They don't, they don't speak for us

I'll take a quiet life
A handshake of carbon monoxide

And no alarms and no surprises
No alarms and no surprises
No alarms and no surprises
Silent, silent

This is my final fit
My final bellyache

With no alarms and no surprises
No alarms and no surprises
No alarms and no surprises please

Such a pretty house
And such a pretty garden

No alarms and no surprises
No alarms and no surprises
No alarms and no surprises please

Offline Sorunome

  • Fox Fox Fox Fox Fox Fox Fox!
  • Support Staff
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 7920
  • Rating: +374/-13
  • Derpy Hooves
    • View Profile
    • My website! (You might lose the game)
Re: Find names of all programs on calc?
« Reply #8 on: April 30, 2013, 07:08:07 pm »
I'm making a program editor, because the TI-OS one is kinda... meh.
wut, that is awesome!
I'll use it so and then i can use mathprint again, lol

THE GAME
Also, check out my website
If OmnomIRC is screwed up, blame me!
Click here to give me an internet!

Offline Dapianokid

  • LV7 Elite (Next: 700)
  • *******
  • Posts: 539
  • Rating: +46/-27
  • That one dude
    • View Profile
Re: Find names of all programs on calc?
« Reply #9 on: April 30, 2013, 08:26:44 pm »
Oh man you should've said so earlier!
Runer helps only on the projects he KNOWS will rock :) naw jk.

But seriously, info on le editor pwease ^.^
Will it be inline installed with the OS?
Keep trying.