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.


Messages - Turtle

Pages: [1]
1
Axe / Re: Ulimate Axe Shell
« on: October 06, 2013, 03:32:12 pm »
 :D Oh yeah I didn't think of that, I know how to get the opcode

2
Axe / Re: Sort by alphabetical order
« on: October 06, 2013, 12:18:34 pm »
Thank you, that did it. I'm not sure if I can use this though, it looks to me like it can only show what the main program menu shows : :-\ all my hidden programs don't show. I could make my program unhide everything, sort them, then hide all the ones that were originally hidden when it exits, but that would be complicated and time consuming...

3
Axe / Re: Ulimate Axe Shell
« on: October 05, 2013, 10:47:34 pm »
Thanks Chickendude, Runner's code looks like what I need. But how do I use it in Axe?

4
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.

5
Axe / Re: Sort by alphabetical order
« on: October 05, 2013, 07:46:36 pm »
That's great; can it be used to alphabetize the VAT? Also, do you have a short example program? Mine doesn't work:

Code: [Select]
.Shell
#Axiom(AMEMKIT)
Disp(First(5),i,Next(),i,Next())

Shouldn't this code display the first five programs in alphabetical order? It didn't work on my calc and gave me something weird.

6
Other Calculators / Re: Run Programs Axiom
« on: October 05, 2013, 07:43:44 pm »
This is great!

7
Axe / Re: Ulimate Axe Shell
« on: October 05, 2013, 03:10:03 pm »
Darn, I don't know any ASM... That was the least important though, can you help with anything else?

8
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! :)

9
TI Z80 / Re: AXECHESS - The First Chess made in Axe
« on: April 23, 2013, 03:36:25 pm »
Is it set up so that the location of the pieces are in an appv? If it is then you could place 8 black and 8 white queens off of the screen, and then when a pawn reaches the other side, place the pawn off of the screen and replace it with one of the queens. I made a chess app and thats what I did.

10
The Axe Parser Project / Re: Axe Parser- INCOMPLETE User's Guide
« on: April 23, 2013, 03:27:38 pm »
Its incomplete? :o What is it missing?

Pages: [1]