Search found 85 matches
Re: Hi
Hey Ben, glad to see that you're still around as well! Now I'm curious on who else still lurks around these forums. :D While I no longer program my calculator, I started coding in my free time again after a long hiatus where I only programmed for work. These days, I've been mostly interested in web ...
Hi
I rediscovered some of the old forums I used to visit when I programmed my calculator! Good memories.
- Fri 22 Apr, 2011 9:10 pm
- Forum: Off Topic
- Topic: This site is almost dead
- Replies: 52
- Views: 309835
Re: This site is almost dead
Been pretty good, last year of high school than off to college. Enjoying my last few months of relative ease before I start having to pull out the big guns, heh.tr1p1ea wrote:Heya cjgone! How have you been?
what have you been up to?
- Sun 17 Apr, 2011 3:52 am
- Forum: Off Topic
- Topic: This site is almost dead
- Replies: 52
- Views: 309835
Re: This site is almost dead
Yeah, this forum is dead. I still use united-ti on the occasion but it looks like the calculator community is done. :( I remember when I first joined, there were so many projects in the works and a lot of people helped me learn z80 assembly. :D Good memories, won't forget them (here and on united-ti ...
- Sun 22 Nov, 2009 10:18 pm
- Forum: Announce Your Projects
- Topic: pkmn grey
- Replies: 28
- Views: 69209
Re: pkmn grey
Looks pretty cool. Keep up the good work.
- Sun 19 Jul, 2009 5:30 am
- Forum: Programming Help
- Topic: [TI ASM] IM 2 randomness.
- Replies: 11
- Views: 33642
Re: [TI ASM] IM 2 randomness.
That would be interesting if there was a pattern, but I think it has to do with what's on the databus.
- Fri 06 Mar, 2009 3:41 am
- Forum: Programming Help
- Topic: User Defined Classes [Java]
- Replies: 33
- Views: 63424
Re: User Defined Classes [Java]
Man, object-oriented languages scare me. :'( I never knew clicking a button to change afake light could be so freakin' difficult. Can ya quickly summzarize the code? I would have expected: Create a new class for the traffic light. Draw it using some draw function. If some button is clicked to make ...
- Sun 01 Mar, 2009 8:08 am
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/02/18 r718
Thanks for the explanation, noting that the documentation itself is pretty vague imo.
Logical pixels some type of way of simplifying parts of pixels or something?
Where does 101 display compared to 103?
Logical pixels some type of way of simplifying parts of pixels or something?
Where does 101 display compared to 103?
- Sat 28 Feb, 2009 11:47 pm
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/02/18 r718
What does 128, 4, and 100 supposed to mean in that code block thing?
- Mon 23 Feb, 2009 3:04 am
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/02/18 r718
Erm, 8 x 8 sprite.
- Sun 22 Feb, 2009 11:28 pm
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/02/18 r718
Can you write an example program that draws a sprite from a matrix?
- Wed 18 Feb, 2009 6:57 am
- Forum: Staff Side Projects & Featured Projects
- Topic: [Featured][Dev] F-Zero
- Replies: 53
- Views: 172838
Re: F-Zero
OMFG uber h4xness!
- Mon 02 Feb, 2009 3:20 am
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/01/30 r668
How would I go about drawing a 8x8 picture? And how do I make a pointer? or even an array of pointers? Anyway to define an 8bit variable to make calculations faster?
- Mon 02 Feb, 2009 1:07 am
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/01/30 r668
Okay, thanks.
Wait, since it's interpretted, and I think interpretation is slower then compiling, is their a way to turn it into a binary file for faster execution?
How fast is BBC basic compared to let's say assembler?
Wait, since it's interpretted, and I think interpretation is slower then compiling, is their a way to turn it into a binary file for faster execution?
How fast is BBC basic compared to let's say assembler?
- Mon 02 Feb, 2009 12:20 am
- Forum: BBC BASIC
- Topic: [News] BBC BASIC Beta Testing - 2009/03/06 r720
- Replies: 158
- Views: 307539
Re: [News] BBC BASIC Beta Testing - 2009/01/30 r668
It works on my calc but I don't get the syntax to much. 10 INPUT "How old r u?",A 20 IF A > 50 THEN 30 PRINT "u r old" 40 END What's wrong with this code? It prints the text regardless of what A is equal to. Wait is BBC basic interpretted or compiled? and are structures implemented?