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 - ClrDraw

Pages: 1 ... 42 43 [44] 45
646
TI Z80 / Re: Terminal 4.4.1
« on: October 22, 2013, 12:10:30 pm »
Oh, ok!

647
Axe / Re: Check Calc ID
« on: October 22, 2013, 12:05:01 pm »
Here's an easier way. Make one program (SRC) and put the following code in it:
Code: [Select]
.RUN
:GetCalc("appv check",16)
:Archive "appv check"
( the appv var token can be found by pressing 2nd 8 )
MAKE SURE to include the space between appv and check, that's what makes the appv hidden.
Compile it with Axe and run it. Then delete prgmSRC and prgmRUN.
This will make a hidden appvariable that will not show up in the memory menu.

Then in all your sources, put this code at the beginning:
Code: [Select]
:!If GetCalc("appv check")
:Return
:End
This will make the program quit if the calculator doesn't have the hidden appvariable. So basically, only your calculator will work with the program.

648
Nice. Does 2nd mode quit the program like the input command in basic?

649
TI Z80 / Re: Plot+ CalebHansberry's Contest Entry
« on: October 22, 2013, 11:51:35 am »
Cool  :)
You made a wooded calc!?!?

650
TI Z80 / Re: Terminal 4.4.1
« on: October 22, 2013, 11:47:17 am »
Thanks. But I made it in Axe Parser  ???

651
Introduce Yourself! / Re: ClrDraw
« on: October 21, 2013, 05:45:44 pm »
You're right, it doesn't show up on mine yet... I'm almost at twenty though.

652
Introduce Yourself! / Re: ClrDraw
« on: October 21, 2013, 11:44:15 am »
 I saw that, that's what inspired me to make one also! I didn't know about the axiom. Thank you so much, I'll put you in my credits.
How do I give you a plus one? I can't find the button  :w00t:

EDIT: I guess I don't have enough posts yet...

653
Introduce Yourself! / Re: ClrDraw
« on: October 21, 2013, 12:28:18 am »
I noticed they have headers before program data but don't know how to read them. Do you know how doors and mirage read the program's icon from the header?

654
Introduce Yourself! / Re: ClrDraw
« on: October 20, 2013, 05:50:19 pm »
 :) Thanks!

655
Introduce Yourself! / Re: ClrDraw
« on: October 20, 2013, 02:51:55 pm »
That's exactly it, I wanted to run Axe parser from my shell and be able to compile a program from it. But can I do all that from an axe parser program? I don't know any ASM at the moment.

656
Introduce Yourself! / ClrDraw
« on: October 20, 2013, 12:22:40 pm »
Hey everyone, I've been using this site to help me with my programming for over a year now, but finally made an account. I'm so glad I did because I've had so many programming questions that nobody knows the answers to  :w00t: but anyways, I've been programming for a while and have made some cool games, utilities and shells such as the ones atatched.
I'm also in the middle of an extremely cool shell with a GUI to rival DoorsCS that is also faster to use. The only downside is that it can only (as of now) run asm and basic. Any help on that would be appreciated  :) also, anybody know how to run an app (like Axe Parser) from my program?

657
TI Z80 / Terminal 4.4.1
« on: October 20, 2013, 12:13:48 pm »
This is my terminal-style shell and utility, with many functions and cool features. See the attatched readme for more info.

658
Axe / Re: Sort by alphabetical order
« on: October 19, 2013, 01:46:43 pm »
Sorry, new user.

659
Axe / Alphabetical Shell Helper
« on: October 19, 2013, 01:42:09 pm »
I made a program called SRCSORT that can easily be used in an Axe program to find all the programs on the calculator in alphabetical order.
It is similar to AMEMKIT except that it finds all programs, hidden or not. This library can be used to quickly and easily scroll through the VAT and help you make a program list  :)

660
Axe / Re: Sort by alphabetical order
« on: October 19, 2013, 01:40:53 pm »
Never mind, I don't have 40 posts but for some reason it lets me upload now. Here it is!

Pages: 1 ... 42 43 [44] 45