Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Turtle

Pages: [1]
1
Axe / Alphabetize the VAT
« on: October 05, 2013, 07:51:02 pm »
Does anybody know how to alphabetize the vat for a shell I'm making? It has to be in axe, because IDK any asm. My routine always freezes  :banghead: but basically I want it to sort all the stuff in the VAT (like axe parser does when it is run) so that when the main part of the shell displays the list of programs, they'll all be in alphabetical order.

2
Axe / Ulimate Axe Shell
« on: October 05, 2013, 01:32:03 pm »
I want to make a really cool axe shell with a gui easy to use like doors cs but quicker to lock/unlock/hide/unhide/archive/unarchive programs. I already made the gui with all programs on my calc (except prgm! and prgm#) and can do all of the above. I found out how to run asm and basic.

Does anybody know how to (in axe parser):
1. find free ram?
2. find free rom?
3. run basic programs AND return back to the program when they are finished? Everything I found goes to the homescreen.
4. run apps from the program? I really like how AxeSh (http://ourl.ca/17048) can run AxeParser from the program.
5. Run ion programs? Maybe with an opcode or something?

Thank you so much! :)

Pages: [1]