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

Pages: 1 ... 5 6 [7] 8 9 ... 161
91
ASM / Re: So I'd like to learn assembly
« on: December 06, 2011, 08:44:16 pm »
Given your claimed skill level, I'd recommend the classic Learn TI-83 Plus Assembly in 28 Days (Eeem's also has it online here)
After you've tried to understand it, feel free to come back with questions.
Edit: ... And my post is almost exactly the same as Deep Thought's. <_<

92
Humour and Jokes / Re: Things that happened to you today
« on: December 03, 2011, 08:00:48 pm »
That's not funny, annoyingcalc :/
I edited the topic title to make it more clear what this topic is for.
Edit: Sorry that this is more of a helpful mod post rather than something funny. Today was cool, but not funny.

93
OmnomIRC Development / Joined channels not persistent across pages
« on: November 27, 2011, 04:49:29 pm »
Whenever I change pages, other channels that I have joined (such as those created by "/j test") are no longer in the channel switcher at the top of the OmnomIRC frame. However, if I'm in one of the five standard channels, that choice is persistent across pages.
Sounds like a cookie problem.
Edit: I'm using Firefox 8, by the way.

94
Other Calculators / Re: Ndless 3.1 alpha testing has just begun
« on: November 27, 2011, 09:51:12 am »
(not yet compatible with CX, sorry)
BalancedFury, not so. Part of the problem, as I recall, is a piece of the CX hardware meant to prevent things like Ndless.

95
Axe / Re: Axe Q&A
« on: November 24, 2011, 01:57:06 pm »
Ah. That's only the case if it's an If-Then, and it's to make up for the imperfections of the parser. For Axe, there's no need.

96
Axe / Re: Axe Q&A
« on: November 24, 2011, 01:39:18 pm »
If that code is Axe, then you do need the End to end the If statement. I'm probably just not entirely understanding what you're saying.

97
General Calculator Help / Re: TI-84+SE memory manager glitch?
« on: November 24, 2011, 01:00:18 pm »
Oh :P All right, then.
Sorunome, the program you wanted is attached. Start the program, then press up to restore the LCD to normal, down to flip it horizontally, left to flip it vertically, or right to rotate it 180°.

98
Axe / Re: Axe Q&A
« on: November 24, 2011, 12:46:16 pm »
Or just Asm(C7 ;)

99
General Calculator Help / Re: TI-84+SE memory manager glitch?
« on: November 24, 2011, 12:35:01 pm »
Sorunome, I could write one really quickly if you want it.
But we stray from the topic. How's progress, yeong?

100
General Calculator Help / Re: TI-84+SE memory manager glitch?
« on: November 24, 2011, 12:30:46 pm »
That's another problem entirely, Sorunome. The screen flipping is a feature of the LCD driver in some calculators that the OS never touches, wherefore a RAM reset wouldn't change it. I have no idea why Grammer would touch that, though.

101
General Calculator Help / Re: TI-84+SE memory manager glitch?
« on: November 24, 2011, 12:26:01 pm »
Given that it resets his calculator, that happens every time ;)
But that's curious.
I'd first recommend resending the OS to see if that fixes anything.
Since that probably won't, I hope you don't value your pictures.
http://ourl.ca/12245/234994
That's a link where you can get thepenguin77's archive cleaner. If that doesn't fix your problem, tell us.

102
Axe / Re: Axe Q&A
« on: November 24, 2011, 10:28:38 am »
Can we use recursion ?
Yes you can. Just don't nest too many levels. Additionally, to preserve the old values of r1 to r6, which might otherwise get changed, you can use such as sub(LBL,1,2,3)r (That is, append a r)
Quote
Is the Goto waiting for an 'End' token as it does with Ti-Basic ?
You don't need an End after a Goto in TI-BASIC.

103
Axe / Re: Axe Q&A
« on: November 22, 2011, 10:16:18 pm »
Indeed, nothing bad would happen. It would take just as long as otherwise, and do nothing.
One thing to be aware of, however, if you are copying to/from a variable location, is to deal with overlap properly.
For example, it should be easy to see that this code will not shift 100 bytes, but will copy one byte 100 times:
Copy(L1,L1+1,100)

104
It's been almost a month, so I'm bumping this.

105
The Axe Parser Project / Re: Features Wishlist
« on: November 16, 2011, 09:22:14 pm »
It's not really necessary as you can just press ZOOM every time. It's the same number of keypresses as compiling with the peephole optimizations, and wouldn't require you to fiddle with options.

Pages: 1 ... 5 6 [7] 8 9 ... 161