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

Pages: 1 ... 130 131 [132] 133 134 ... 161
1966
Humour and Jokes / Re: Funny #omnimaga quotes (NSFW)
« on: June 24, 2010, 04:21:39 pm »
lol. Hurray for quotes in unknown context! :P

1967
News / Re: June posting record broken in 666*1251 seconds
« on: June 24, 2010, 04:20:00 pm »
I'm still 301 posts (this post having been posted) away from being evil :P
Back to posting. I hope this activity level keeps up!

1968
Pokemon Red / Re: Pokemon Red
« on: June 24, 2010, 04:17:49 pm »
I remember knowing the same thing. They aren't perfect, and are somewhat inconsistent, especially on different battery levels. They are relative to the CPU speed, actually. (Which indeed becomes faster w/more battery power)

1969
Axe / Re: Wave Simulator (sortof)
« on: June 24, 2010, 04:13:09 pm »
Sorry for looking like I was harassing you, DJ. I was just bothering ztrumpet. No hard feelings, right?
I was just wondering why the tiny program he put up that had a similar effect didn't use shade if it was better (I'm not normally aware of the math-centered commands, so I don't use them much either). In a jesting manner, of course :P

1970
Humour and Jokes / Re: If TI Made a PC OS...
« on: June 23, 2010, 05:53:47 pm »
40) The monitor is an analog TV (following 39)

1971
Humour and Jokes / Re: If TI Made a PC OS...
« on: June 23, 2010, 05:50:44 pm »
35) The power button looks like just another key on the keyboard
36) The power button can force quit programs written in the OS shell script
37) With any other program, there is no way to quit it if it errs
38) There is no multitasking, nor libraries, nor memory protection.

1972
The Axe Parser Project / Re: Calling Brave Axe Warriors!
« on: June 23, 2010, 05:43:28 pm »
A full backup? All files are transfered individually, and put together into one group at the end by the computer. I doubt the calc knows it's doing a full backup. It may be worth a try, though.
Whatever works. :)

1973
Axe / Re: Wave Simulator (sortof)
« on: June 23, 2010, 05:36:51 pm »
You should have made you're program more optimized then! :P
How about the smallest way that does it one line at a time?

1974
Humour and Jokes / Re: If TI Made a PC OS...
« on: June 23, 2010, 05:34:06 pm »
30.) Newer versions could only access the first 3/8 of RAM.

1975
Pokemon Red / Re: Pokemon Red
« on: June 23, 2010, 05:32:24 pm »
Is getting a RAM reset when you're about to fight a wild rattata normal? :P
It did crash Wabbit, though, and that's exactly when. I tried again and it happened again in the exact same way.

1976
Yeah, there are a few errors in Asm in 28. However, I'm not sure where they are and I don't know of any compilation...

1977
The Axe Parser Project / Re: Calling Brave Axe Warriors!
« on: June 23, 2010, 05:17:31 pm »
Just drag and drop the vars/programs to a folder. Clicking export does nothing.

1978
The Axe Parser Project / Re: Bug Reports
« on: June 23, 2010, 04:32:28 pm »
In program one, you're always using the pics that were there at compile time, and I don't know if that's what you want. (But there isn't currently a way to read things that aren't programs or appvars at compile time.)
Anyway, why are you storing to P+15? You want to store to the beginning of the appvar, so P is the correct destination. Those fifteen bytes that make up the program name, location, and size, are not included here.
Same for the second Copy(, it should just be P+768. (Actually, since there is no last row, the appvar size should be 1512 and the second copy destination P+756). In the second program, you don't need to reserve space in it, and should just copy directly to L3 and L6.
Edit: Fixed versions:
Code: [Select]
:.PRGONE
:[Pic0]→Pic0
:[Pic1]→Pic1
:"vGNTPICS→Str1
:GetCalc(Str1,1512)→P
:Copy(Pic0,P,756
:Copy(Pic1,P+756,756

Code: [Select]
:.PRGTWO
:"vGNTPICS→Str1
:GetCalc(Str1→P
:Copy(P,L6,756
:Copy(P+756,L3,756
:For(K,0,50
:DispGraph[sup]r[/sup]
:Pause 16
:End

1979
Art / Re: Sprite request for Nostalgia
« on: June 23, 2010, 04:23:45 pm »
Awesome :D. Did you do that by hand? It looks great!

1980
Humour and Jokes / Re: 9001 signs you're addicted to calcs and Omni
« on: June 23, 2010, 04:09:35 pm »
281: You understand this w/o a converter:
Code: [Select]
01010100 01101000 01100101 00100000 01000111 01100001 01101101 01100101 00100001 00001101 00001010 01011011 01100011 01101111 01101100 01101111 01110010 00111101 01110010 01100101 01100100 01011101 00101010 01100011 01100001 01101100 01100011 01100100 01110101 01100100 01100101 00100000 01101100 01101111 01110011 01110100 00100000 01010100 01101000 01100101 00100000 01000111 01100001 01101101 01100101 00100000 00111010 01010000 01011011 00101111 01100011 01101111 01101100 01101111 01110010 01011101

Pages: 1 ... 130 131 [132] 133 134 ... 161