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

Pages: 1 ... 21 22 [23] 24
331
Axe / Re: Axe Q&A
« on: December 01, 2015, 07:55:28 pm »
Thanks, I know zStart's small font program editor calls the OS's menus because they are in large font.
The tokens I was discussing referred to when they were displayed with the Text( command.
For reference I am still making my own small font program editor because zStart's is a little buggy (and to say I did).
I have made all the menus but the catalog and vars and I really don't want to rewrite the catalog (my menu code reads a list of tokens in a program which lets me create custom menus just by modifying the program).
Sorry for being unclear.

332
The Axe Parser Project / Re: Axe Parser
« on: December 01, 2015, 07:49:03 pm »
Is there a way to have both 1.2.2 and 1.3.0 installed at the same time?
I would like to test 1.3 but if there is a problem I would have 1.2.2 to fall back on (also I will have a way to determine if it is me or the compiler messing up).
I haven't had any luck renaming the app.
Thanks!

333
Axe / Re: Axe Q&A
« on: November 22, 2015, 01:13:25 pm »
Sorry to interrupt with a different question, but when I display a token, it displays the basic token.
Like instead of displaying #Axiom( is displays AsmComp(.
Is there an easy way to display Axe tokens instead (probably by intercepting whatever Axe sends to the basic editor)?
Also, is there a way to call the OS's catalog? (I don't want to make my own.)

334
Axe / Re: Axe Q&A
« on: November 18, 2015, 03:09:05 pm »
I'm sorry if I came over as rude, I have had a rough week.
For some reason I completely missed the VAT tutorial link the first time - it is really useful.
And... if my comments seem a bit random that is because I am just collecting information - I like to be ready for any project I think up!

335
Axe / Re: Axe Q&A
« on: November 17, 2015, 05:51:50 pm »
I have been hunting around and I can't seem to fine a good tutorial on how to use the VAT.
Can anyone give me a good tutorial? (I got lost at reading backward)

Also, does anyone have a list of all the OS memory location? (like the VAT is E9830 and E982E and the text pen is E86D7 and E86D8)
Thanks!  ;D

336
General Calculator Help / Re: Receiving App Causes Garbage Collect
« on: November 15, 2015, 11:43:04 am »
I know what a garbage collect is and usually I can send apps fine.
However, after I messed around with the axiom Fullrene for a while I got the same problem.
I was able to fix it then by running a program that used the axiom with nothing in it.
Now though that solution doesn't work.

edit: A RAM wipe seemed to work.

337
General Calculator Help / Receiving App Causes Garbage Collect
« on: November 15, 2015, 11:02:15 am »
My ti 84 won't receive apps (any other file is fine). It receives the app then validates, garbage collects and sends the app again.
I am assuming I messed up my flash up somewhere.
What should I do? I would not like to do a full wipe since it doesn't want to backup form archive.

338
TI Z80 / Re: [Idea] "Caldera's Wrath" - a text-based RPG
« on: November 10, 2015, 05:16:49 pm »
If you are still interested in continuing, I'd like to help (at least with the game engine).  ;D

339
Axe / Re: Reading programs in Axe
« on: November 08, 2015, 02:07:14 pm »
When I display tokens to the screen it shows the basic tokens. Is there a way to allow the program to check which tokens should be changed?
I have decided to just create a program to display the tokens.

340
Axe / Re: Reading programs in Axe
« on: November 08, 2015, 12:14:45 pm »
So far I have everything done but the ability to add to the program (you can delete).
Is there a way to display the custom tokens? I can't seem to find a good way to choose tokens without creating a program with them or by chaining if statements.

341
Axe / Re: Axe Q&A
« on: November 05, 2015, 04:30:47 pm »
I was afraid that pointers couldn't exceed 2^16 from the start of data.
Thanks!

Edit: i thought for some reason that 2 to the 16th was about 6300 instead of 63000.

342
Axe / Re: Axe Q&A
« on: November 05, 2015, 04:10:11 pm »
Is it possible for a pointer to move itself as in A +10 -> A?
I am using A as the pointer to a program.
I am trying to be able to read programs longer than 2^16 bytes.

343
Axe / Re: Reading programs in Axe
« on: November 04, 2015, 06:03:12 pm »
So far it is able to read programs in small font. I will (obviously) add writing next.
The program it reads (itself) is still hardcoded in but here is it so far...
I haven't done anything with the pen yet.

344
Axe / Re: Reading programs in Axe
« on: November 04, 2015, 03:14:25 pm »
Awesome! The only other thing I need to know (for now) is what is the best way to find a program's size?
Is it with the length( command or with {ptr - 2}?

edit: is there a way to get (not set) the cursor's position?

345
Axe / Re: Reading programs in Axe
« on: November 03, 2015, 08:53:25 pm »
"Then"->{A} Puts a completely different character in the program.

edit: I needed the t character.
Is there a way to tell if a token is one or two byte when you display it?

Pages: 1 ... 21 22 [23] 24