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

Pages: 1 ... 11 12 [13]
181
TI Z80 / Re: Seeker
« on: December 12, 2011, 09:48:29 pm »
Sorry to be a super n00b, but what does >> mean? For example: X>>12. Also, I've never understood for loops, what are the 3 arguments?
> works on only positive numbers.
>> works on positive and negative numbers. ;)

in a for( loop, the 3 arguments are: first, the variable. second, the starting value of the variable, and third, the ending value of the variable.
for example:
Code: [Select]
:For(A,0,3) //loops through 4 times
:Disp A>Dec //displays the value of A (see how it changes?)
:End


Thank you SO much. I see now. Just one more question: How do people put huge graphics like 25x40 in their main screens? Like the logo and such. I only know how to do 8x8

182
TI Z80 / Re: Seeker
« on: December 12, 2011, 05:38:21 pm »
Sorry to be a super n00b, but what does >> mean? For example: X>>12. Also, I've never understood for loops, what are the 3 arguments?

183
Introduce Yourself! / Re: Well, I guess I'd better.....
« on: December 10, 2011, 06:16:49 pm »
Welcome on Omnimaga!

Have some peanuts!
!peanuts

I would love to good sir! Thanks!

184
Introduce Yourself! / Well, I guess I'd better.....
« on: December 10, 2011, 06:14:02 pm »
Hello, everyone. I've been on this community for a few months and I think I already have a post, but I haven't really made any ones so I'll introduce myself. I am thydowulays, and I am a skilled programmer at Java and Objective C, but I'm currently learning Axe on the calculator so I can actually have SOME fun in Geometry class. Anyways I am working on a project on Axe that allows you to draw your own lines, rectangles, circles, and pairs of lines, and it will tell you everything about them. I currently have the GUI done, and the line, crossline, and some of the Rectangle done. I might release it on here so maybe someone can help me, but I don't know if it is good enough yet. Thats me. Thanks  :)

185
Other Calculators / Re: How much stuff is on YOUR calc?
« on: November 01, 2011, 10:43:54 pm »
Lets see..... (including grouped programs) about 70+ programs, 16 AppVars 4 Lists 9 strings 20+ apps and a TON of 8-bit porn. <-- LOL jk about that part but....... that would be hell to code xD

Pages: 1 ... 11 12 [13]