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

4007
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.

4008
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. 

4009
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?

4010
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!

4011
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!

4012
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.

4013
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

4014
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"

4015
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.

4016
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.

4017
TI Z80 / Re: ASM Dev set
« on: February 05, 2010, 06:05:40 pm »
@ztrumpet: lol no :p but try pressing ctrl-= something might just come up ;)
@Galadros: yeah :/ it kind of sucks. Yeah, I actually will be making an install file sometime soon so you can setup it with shortcuts to the executable and setup wabbit/spasm (like wether to include it in the installation, or to specify where it is installed (for wabbit I will try to include ROM setup as well (like which ROM to include (it will copy in and then save it with a certain name)))
oh yeah, if anyone has any interesting icons they want to suggest just let me know (currently I am using a modified wabbitemu one)

4018
TI Z80 / Re: Factory Theta
« on: February 05, 2010, 04:43:44 pm »
wow! looks great!

4019
TI Z80 / Re: Image Cropping/Moving program
« on: February 05, 2010, 04:40:11 pm »
yeah it is a little slow, but not that much slower at storing then 0 and 1, all you do is have a loop like this:
Code: [Select]
Delvar F
For(A,X,X+3)
F+(1+(A=X+3))pxl-test(Y,X+A
End
and then F has the value in it (although I can't remember if my logic on the F+... line is right x.x I'd have to look later...

4020
The Axe Parser Project / Re: Features Wishlist
« on: February 05, 2010, 04:36:43 pm »
it could be slower unless at the start of the program it extracts the sprites to somewhere on the excess RAM and then run it from there (excess as in one of the extra pages, of course this could be limiting on newer calcs, who have way less extra ram...)

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