1276
Other Calculators / Re: TI-84 Plus OS
« on: September 12, 2010, 06:50:40 pm »
Yeah, even with the patch, 2.53 MP is still horribly unstable. I'd say stick with 2.43.
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. 1276
Other Calculators / Re: TI-84 Plus OS« on: September 12, 2010, 06:50:40 pm »
Yeah, even with the patch, 2.53 MP is still horribly unstable. I'd say stick with 2.43.
1277
Other Calculators / Re: Block Dude« on: September 12, 2010, 05:16:04 pm »
Most definitely
It's just a different font 1278
Other Calculators / Re: Block Dude« on: September 12, 2010, 04:30:14 pm »
Nice! You put it in the downloads section at last!
1279
Other Calculators / Re: TI-84 Plus OS« on: September 12, 2010, 04:17:55 pm »It all works, except for the matrix one (since math print is disabled you can't pretty-print enter matrices on the home screen) 1280
Axe / Re: Save screen on a variable pic calculator« on: September 12, 2010, 02:01:59 pm »
Wait, isn't it that storing S to {Str1+2} corresponds to the S+1-th pic?
In my above screenie, you'll see they are from $00-$03, and I used pics 1-4 1281
Other Calculators / Re: TI-84 Plus OS« on: September 12, 2010, 12:51:34 pm »
The only advantage to "MathPrint" is that it's editable in real time and in said form. With PrettyPrint you have to edit linearly and can't evaluate the expressions.
Not that that's very important PrettyPrint also has copy/paste abilities 1282
Other Calculators / Re: Best TI-89 (Titanium) Shell?« on: September 12, 2010, 12:34:45 pm »
Relating to scroll rate (and other things), there is AMS Extender
Maybe that has what you want? 1283
Axe / Re: Save screen on a variable pic calculator« on: September 12, 2010, 11:46:58 am »
I don't know... maybe he used only Str1 and didn't try the other ones... idk.
Well, I'm glad we finally figured this out. Good luck Kindermoumoute! 1284
General Discussion / Re: RICK ASTLEY IS BACK« on: September 12, 2010, 11:37:13 am »But...but you said you'd never say goodbye :'(lol Edit: ninja'd 1285
Axe / Re: Save screen on a variable pic calculator« on: September 12, 2010, 11:21:57 am »
Okay... looking at the developer's guide (by TI), it seems that each of "Pic1" etc. are three bytes and need to be followed by a 0.
So it should look like Code: [Select] "Pic1->Str1 And they're accessed by Str1, Str1+4, Str1+8, and Str1+12.There we go; I'm almost certain I'm correct this time Edit: Screenshot o'proof: 1286
Axe / Re: Save screen on a variable pic calculator« on: September 12, 2010, 10:59:35 am »
^ And my above note. The padding should be unnecessary.
I might still be wrong though... * calcdude checks to make sure 1287
Axe / Re: Save screen on a variable pic calculator« on: September 12, 2010, 10:57:26 am »
Actually, wait. I think it actually goes up 3 at a time...
Str1, Pic1, etc. are actually two bytes... Edit: Actually, don't pad with [00]'s at all. Use "Pic1Pic2Pic3Pic4"->Str1 and increment two at a time. 1288
Axe / Re: Save screen on a variable pic calculator« on: September 12, 2010, 10:48:10 am »
You use Str1, Str1+2, Str1+4, and Str1+6, because each [00] is also a byte.
1289
Site Feedback and Questions / Re: An idea« on: September 12, 2010, 10:05:29 am »Wait, we really have that feature O.o I never knew thatSame. Unchecking that box now 1290
TI Z80 / Re: Axe Minesweeper« on: September 11, 2010, 09:43:39 pm »
Programs start executing at $9D95. Any code executed on RAM page 0 ($C000-$FFFF, normally) will cause a reset.
$C000-$9D95=$226B=8811. |
|