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

Pages: 1 ... 151 152 [153] 154 155 ... 207
2281
TI-BASIC / Re: What Displays Faster?
« on: May 24, 2010, 04:15:39 pm »
Well dang. Oh well. I think I figured out what I need to do for what I was asking this for anyways, but thanks O0

2282
TI Z80 / Re: Elmgon Progress
« on: May 24, 2010, 04:08:29 pm »
Ya, and at least you know basically what you did before so it won't take nearly as long (hopefully).

2283
TI Z80 / Re: Dual-Layer Helper - Revamped
« on: May 24, 2010, 04:07:15 pm »
Updated the version with all the tokens to use my reordered tokens.

2284
TI-BASIC / Re: Extra Characters Reordered
« on: May 24, 2010, 04:06:05 pm »
Ya, well one of the main reasons I did this is because I didn't like the order when it came to my Dual-Layer Helper program.

2285
TI-BASIC / Extra Characters Reordered
« on: May 24, 2010, 03:49:23 pm »
So everyone knows the XTRACHAR.8xp program (or at least I'm assuming) that has the 208 character tokens. Well the order of it was starting to really bug me so I reordered them into a more neat and organized way, that I think makes more sense. It's not a big deal or anything but I thought I would share it with you all in case you wanted the new order or something, I don't know. Anywho, here it is.

Oh ya, the basic order is this: alphabet, numbers, subscript numbers, superscript tokens, accented letters and Greek alphabet, then the miscellaneous characters and symbols.

2286
TI-BASIC / Re: What Displays Faster?
« on: May 24, 2010, 03:46:05 pm »
Hmmm, ok. Thanks.

2287
Miscellaneous / Re: Programming Tutorials, Help, Etc.
« on: May 24, 2010, 03:35:11 pm »
Sweet, thanks :)

And ya, I agree. Learning stuff on your own is really a good way to learn and such. I try to only really ask for help when I can't figure something out or something like that.

2288
TI-BASIC / Re: What Displays Faster?
« on: May 24, 2010, 02:48:51 pm »
In BASIC, you can't.

Damn it, must've been imagining it then.

Ah ok, gotcha, thanks.

Side Question:
I didn't want to make another topic since I just created this one so I'm just gonna ask another question here real fast. Is there any way to check what token is being displayed at a certain position on the homescreen, in BASIC?
Ex: Say "!" is being displayed at (3,5), is there any way to check that position and see what is there? (In this case a "!.")
I thought I remembered seeing a way how to do it somewhere but I can't remember to save my life right now where, or even if, I saw it.

Well, it's not exactly 'checking the position on the homescreen' it's 'checking a matrix or string' depending on which way you choose to store the map. I personally prefer matrices since they're easier but they will take up more space than strings. (and might be slower too... I forget)

But yeah, depending on how you handle maps, there's different methods for checking what's at what position on the screen.

Well I actually meant to check what token is actually there without knowing what it is. Not having a matrix or something with a predetermined set of tokens used and such.

Thanks though guys :)

2289
TI-BASIC / Re: What Displays Faster?
« on: May 24, 2010, 03:25:33 am »
Ah ok, gotcha, thanks.

Side Question:
I didn't want to make another topic since I just created this one so I'm just gonna ask another question here real fast. Is there any way to check what token is being displayed at a certain position on the homescreen, in BASIC?
Ex: Say "!" is being displayed at (3,5), is there any way to check that position and see what is there? (In this case a "!.")
I thought I remembered seeing a way how to do it somewhere but I can't remember to save my life right now where, or even if, I saw it.

2290
TI-BASIC / Re: What Displays Faster?
« on: May 24, 2010, 03:15:11 am »
So large font on homescreen (not that you can use little, that I know of haha) will display about twice as fast as on the graphscreen, and large font on the graphscreen will display faster than the small font? Is that right?

2291
TI-BASIC / What Displays Faster?
« on: May 24, 2010, 02:57:02 am »
What displays faster when displaying something? The graph or homescreen? Or does it all depend on the code and circumstances? Just a little curious.

2292
Axe / Re: Routines
« on: May 24, 2010, 02:18:43 am »
That's really cool. I personally like the gray "sand" with black background better, but that's just me. Great job :)

2293
The Axe Parser Project / Re: Your Projects - Post and Critique
« on: May 23, 2010, 09:44:33 pm »
Hmmm, that's really weird. I probably can't help much but I'll try looking over the code. One thing though, I would add something that clears the buffer at the beginning.

2294
General Calculator Help / Re: Debugging on the Calculator
« on: May 23, 2010, 08:41:02 pm »
Oh that sucks :(

2295
TI Z80 / Re: Elmgon Progress
« on: May 23, 2010, 08:13:45 pm »
Well haven't gone over code specifically but you get rid of 41 bytes (or bits, not sure which it counts in...) by just removing the spaces and comments.

Except I just realized you're looking for speed...forgot that haha. Ignore that then :P

Pages: 1 ... 151 152 [153] 154 155 ... 207