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

Pages: 1 ... 266 267 [268] 269 270 ... 370
4006
The Axe Parser Project / Re: Features Wishlist
« on: February 06, 2010, 02:09:18 pm »
Yeah I'd prefer hex (unless I have a large amount of sprites) but with hex I'd rather have support for tokenized hex so I can save room. Tokenizimg hex is as putting the hex into a program doing the asmprog() on it, and then unlocking the program. Either that or justuse Celtic III's hex to bin function.

4007
TI-BASIC / Re: How to display the % sign in basic [homescreen]
« on: February 06, 2010, 12:57:36 pm »
Thanks!
Yeah, this may be a little slower then the % char, but as DJ said, it keeps compatability with older OS's

4008
General Calculator Help / Re: Kirk Meyer's Graph3--Easter Eggs
« on: February 06, 2010, 12:52:08 pm »
Actually we already have a cheats one I think in the hidden staff forum.

4009
The Axe Parser Project / Re: Features Wishlist
« on: February 06, 2010, 12:48:47 pm »
I would like to have the option for both...and what about tokenized hex? That would decrease the size by half. Could you have like an option field so the user can enter where it wants it to grab the sprite from? And for hex, can it be from labels or something? That would be nicer for when you call the sprite more then once to cut down on source code size.

4010
TI-BASIC / Re: How to display the % sign in basic [homescreen]
« on: February 06, 2010, 02:19:31 am »
I know ;) but for those people who like pure basic, or don't want to go through tue trouble of using the asm program this works just as good. And it's only a little slower.

4011
TI Z80 / Re: ASM Dev set
« on: February 06, 2010, 02:17:42 am »
Ah lol :p
well whatever you do in mine, don't press ctrl-= ;p
that's theonly one I'm giving away.

4012
TI-BASIC / How to display the % sign in basic [homescreen]
« on: February 06, 2010, 02:15:42 am »
I wad playing around with my calc at school and I figured out a easy way to display the % symbol on the homescreen. Just do this:
Code: [Select]
output(y,x+<how many digits in number>,"I%
output(y,x,<number>
anybody got a better way to do it?
This can also be converted to graphscreen, but it's a bit trickier to place it. 

4013
TI Z80 / Re: ASM Dev set
« on: February 06, 2010, 02:07:10 am »
Lol :p don't worry, nothing that bad happens, btw, what happened?

4014
ROM Hacking and Console Homebrew / Re: F-Zero X Hyper Speed Circuits
« on: February 06, 2010, 01:09:14 am »
Hmm, I wonder if I can get Calc Capture to work on my comp...
Look pretty cool though!

4015
News / Re: Slight board and front page layout updates
« on: February 06, 2010, 01:07:06 am »
Hmm, adding a web development forum soon might be good...there are a few more projects, and my XUL project kind of is.

Looks good btw!

4016
TI Z80 / Re: ASM Dev set
« on: February 06, 2010, 12:32:50 am »
Ok I just uploaded v1.1b which includes some small updates, and I fixed the Run option, so it actually works x.x (it was  calling the wrong program x.x)
http://code.google.com/p/asmdevset/downloads/list will always contain the most recent uploads so just check in every so often, I'll try to implement a check for updates command soon so I can just change that up and such.

4017
TI Z80 / Re: Image Cropping/Moving program
« on: February 05, 2010, 09:22:34 pm »
True (that's why it was in quotes :p) but it allows you to get around the only 999 items issue :p

4018
Web Programming and Design / Re: Need PHP help (language is being picky)
« on: February 05, 2010, 07:13:45 pm »
In php you use a . To add two strings together ie: "sting".$stringvar."string"

4019
TI Z80 / Re: TI-Hero
« on: February 05, 2010, 06:28:56 pm »
Try to upload in .zip so everybody can use them. Also, zip is all you really need for such small files.

4020
TI Z80 / Re: Image Cropping/Moving program
« on: February 05, 2010, 06:27:01 pm »
That could work. Also another way to "compress" the list is to use imaginary numbers (eg: 10+i5) and you would use the real() to grab the first part and the other one, for the second part.

Pages: 1 ... 266 267 [268] 269 270 ... 370