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

Pages: 1 [2]
16
Axe / Axe r command
« on: August 02, 2012, 11:41:25 am »
In a few programs, like this greyscale snippet:
Code: [Select]
[ffff0000ff00ff00]->Pic1F
[ff00ffff00ff00ff]->Pic1B
[ffffffff00000000]->Pic2F
[ffffff00ffff0000]->Pic2B
ClrDraw
ClrDrawr
repeat getkey(15)
Pt-Off(0,0,Pic1F)
Pt-Off(0,0,Pic1B)r
DispGraphrr
Pt-Off(0,0,Pic2F)
Pt-Off(0,0,Pic2B)r
DispGraphrr
End
there's a command "r" following some of the parentheses. I tried looking it up in the documentation, but can't find anything on it. Any help as to what it is?

17
Axe / Axe closing parentheses
« on: August 01, 2012, 08:13:20 pm »
In TI BASIC you can shorten the code a bit by omitting ending parentheses and quotation marks. Is this also possible in Axe or will it get messed up?

18
Axe / Re: Error 8C08000C insufficient memory
« on: August 01, 2012, 07:54:16 pm »
AWESOME! Axe is working. Just had to delete some apps.

19
Axe / Re: Error 8C08000C insufficient memory
« on: August 01, 2012, 07:50:07 pm »
I'll try that and post if it worked.

20
Axe / Re: Error 8C08000C insufficient memory
« on: August 01, 2012, 07:46:59 pm »
Ok. I did a memory reformat and apparently my ti-84 plus calculator doesn't have enough memory to run a program designed for it. WTF?
So what did you do, and did it work?

I can't imagine how you could have a filled archive on a TI-84 Plus already though, unless you've loaded a lot of other apps on it.
I've deleted all my RAM-using programs and have the default apps in archive. The ram is 24177 and arc is 9394. So far I still get the memory error.

21
Axe / Re: Error 8C08000C insufficient memory
« on: August 01, 2012, 07:33:50 pm »
Ok. I did a memory reformat and apparently my ti-84 plus calculator doesn't have enough memory to run a program designed for it. WTF?

22
Axe / Re: Error 8C08000C insufficient memory
« on: August 01, 2012, 07:18:59 pm »
I've introduced myself on the new user board.

On the error:
I cleared my memory and am still getting the error. Using a ti-84+. For some reason I don't have enough memory to start with. Here's my serial number if it helps: 1582032510_k-07111

23
Introduce Yourself! / Hello World
« on: August 01, 2012, 07:12:16 pm »
 *.* hi  *.*

24
Axe / [FIXED] Error 8C08000C insufficient memory
« on: August 01, 2012, 06:44:05 pm »
I tried installing Axe on my t-84 plus graphing calc, but got a memory error. Any help?

Pages: 1 [2]