2266
News / Re: Omnimaga holds Axe Parser Programming Contest
« on: June 01, 2010, 06:12:04 pm »
woot, programming contest. That took long enough. I may do something, but I doubt it.
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. 2266
News / Re: Omnimaga holds Axe Parser Programming Contest« on: June 01, 2010, 06:12:04 pm »
woot, programming contest. That took long enough. I may do something, but I doubt it.
2267
Other / Re: I hope this kind of spambot never comes on SMF D:« on: June 01, 2010, 06:07:36 pm »
wow to both bots mentioned. it's insane how realistic they've become.
2268
TI-BASIC / Re: Extra/Hidden Characters« on: June 01, 2010, 06:03:53 pm »
First item: yeah, I've seen that, though I forget for what tokens.
About Mario: that's because program names use raw characters, but the homescreen uses tokens. So your single-byte letter becomes a one-byte token. 2269
The Axe Parser Project / Re: Axe Parser« on: June 01, 2010, 06:00:27 pm »
It wouldn't change the actual bytes, just how the tokens look. If you've ever played around with the language localization apps, you'll notice that you can switch between languages and your programs will be fine.
2270
News / Re: 20000 posts in a year on an english TI forum for the first time since 2007« on: June 01, 2010, 05:53:18 pm »
nice. what caused the decrease, anyway?
2271
News / Re: Thanks to Everyone for Supporting TI-83+ Z80 ASM for the Absolute Beginner« on: June 01, 2010, 05:51:46 pm »
As I have said before, thank you for doing this to help all the want-to-be ASM programmers. Keep up the good work!
2272
Other Calculators / Re: Programming Speed« on: June 01, 2010, 05:46:53 pm »
speed-typing! I only know the more common ones (I think, the others might be known unconsciously ).
For better or for worse, I find myself saying menu key followed by the correct number-letter rather than the menu name followed by the command name. (second-math-right-4 rather than test-xor or second-test-logic-xor) 2273
TI Z80 / Re: Dormant« on: June 01, 2010, 05:38:58 pm »
what, not netham45?
And yes, definitely custom engine for that final battle, either way. 2274
TI-BASIC / Re: Optimized Routine: Set Up Friendly Graph Window« on: June 01, 2010, 05:36:38 pm »
What's worse and what I did until I figured out how to use GDB's is to use the window as is. That code got messy quickly.
A pixel Y,X (such as used with Pxl-On) becomes Xmin+^X*X,Ymax-^Y*Y (yes I'm using carets for deltas) and conversion back is even uglier, with rounding involved. *shudder* But then I learned about GDB's, and I became happier. Also, nice code, Galandros 2275
Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner / Re: Hot Dog's TI-83+ Z80 ASM for the Absolute Beginner--Discussion« on: June 01, 2010, 05:23:55 pm »
Do any languages besides TI-BASIC allow the omission of closing parentheses etc.?
Edit: Axe does too, but it's on-calc. 2276
The Axe Parser Project / Re: Bug Reports« on: June 01, 2010, 05:21:02 pm »
Yeah, it can definitely be annoying at first, though, as the wikipedia article states, there are advantages to it, namely that different-length parts of the data can all be accessed at the same address and extending a number is pretty easy (just add 0's), though the second point is a bit less important for z80 programming.
2277
Other Calc-Related Projects and Ideas / Re: BACKUP YOUR PROGRESS OFTEN!« on: June 01, 2010, 07:52:38 am »
Yeah, you can. I didn't know of its existence at the time, though.
2278
TI-BASIC / Re: Extra/Hidden Characters« on: June 01, 2010, 07:51:45 am »
I would think so. Those, I think, are actually single-byte tokens, which means that they don't have the same form as the others (e.g. something like 42 'B' versus BB73 (don't know what it is, but you get the point))
2279
Humour and Jokes / Re: Quibigo turns EVIL! The most epic moment in Omnimaga history« on: June 01, 2010, 07:32:59 am »
Wow. Let's wait until the threads get 1337 posts, then create another topic: Quigibo turns AWESOME!
2280
The Axe Parser Project / Re: Features Wishlist« on: May 31, 2010, 09:16:51 pm »
true, though it's more troublesome for greyscale, as DJ said. OR followed by XOR? Hmm... never realized that. Will use.
Yeah, the command freeze is a good idea. And as always, keep up the good work! |
|