Search found 137 matches

by Wesley
Thu 30 Oct, 2008 4:35 pm
Forum: Program Ideas
Topic: Green Globs
Replies: 0
Views: 87393

Green Globs

Have you ever played the Green Globs game for a class? I just loved it when I played it in my algebra 2 class 3 years ago. After playing I instantly set out to create a program on my calculator. However, I soon ran into a dead end as I didn't know how I would go about making the program detect wheth...
by Wesley
Thu 30 Oct, 2008 1:20 am
Forum: Program Ideas
Topic: Shining Force 68k
Replies: 3
Views: 13062

Re: Shining Force 68k

Alright, if you want some information of the game and practically all about it, except a few exceptions, you can visit this link: http://rpg-home.lunar-net.com/sf-web/index.html I have attached a few pictures of some sprites I threw together really quickly, so they are a bit more sloppy than they co...
by Wesley
Tue 28 Oct, 2008 2:04 am
Forum: General TI Discussion
Topic: CT is finally on TiCalc
Replies: 9
Views: 33935

Re: CT is finally on TiCalc

Bummer. If this game did implement some xLIB and had about 20 less files, it would be superb! Unfortunately, I would only put that many programs on Wabbitemu, but then I might as well play the real game... :(
Good job nonetheless. I say this is a masterpiece in pure basic!
by Wesley
Tue 28 Oct, 2008 1:53 am
Forum: General TI Discussion
Topic: ticalc.org
Replies: 1
Views: 10793

ticalc.org

So, umm...
What has happened to the ticalc.org staff? The site has been pretty dead - completely. I know they were looking for someone to 'hire', but it has been a little too dead if you ask me: over a month... :dead:
by Wesley
Sat 25 Oct, 2008 12:07 am
Forum: General TI Discussion
Topic: UGH! Disgusting!
Replies: 8
Views: 23957

UGH! Disgusting!

So, I thought I'd scroll around on TI's website to look at their APPs. So I went into the TI-89 Titanium ones located here: http://education.ti.com/educationportal/sites/US/productDetail/us_ti89ti.html?bid=3 I clicked on the "Calculus Made Easy for TI-89 Titanium" link. The APP must be pur...
by Wesley
Fri 24 Oct, 2008 12:49 am
Forum: Program Ideas
Topic: Shining Force 68k
Replies: 3
Views: 13062

Shining Force 68k

I never thought it could be possible, but when Mario was created for the 68k calculators, I saw the amazing potential of the 68k's. If Mario could be created, so can a game like Shining Force. Of course I don't speak of the new GBA version, but the old SEGA version. I also understand that a project ...
by Wesley
Thu 23 Oct, 2008 8:23 pm
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 311996

Re: Next version of xLIB - features?

What do you mean when you say you are "not such a fan" of such pranks? This is not a prank of mine. More like a laugh. It's not like I'm trying to destroy my friend's calculator. Also, I've been playing around with the techniques of xLIB and my program ended up turning into something prett...
by Wesley
Wed 22 Oct, 2008 1:52 pm
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 311996

Re: Next version of xLIB - features?

Well, you see. If you're a smart programmer, you won't use the on block until your product is finished. It's the same for ASM programs. Plus, my program already has a hidden key feature, the on block will do nothing, but scare (for a friend to see that it doesn't work) in my program. Plus, what's it...
by Wesley
Wed 22 Oct, 2008 4:25 am
Forum: xLIB
Topic: Next version of xLIB - features?
Replies: 215
Views: 311996

Re: Next version of xLIB - features?

One small feature. Add another function to block the [ON] key from breaking a program. This could be like turning off the run indicator. I understand that the run indicator only uses one command, but it would be nice to keep some programs from being "broken" like this scare one I've been w...
by Wesley
Tue 21 Oct, 2008 7:42 pm
Forum: General TI Discussion
Topic: Sending programs from 84+SE to 83+
Replies: 4
Views: 15243

Re: Sending programs from 84+SE to 83+

Alrighty,
I took some time to fool around with his calculator before class and I got it to work. Weird that it didn't work before though :puzzled:
by Wesley
Tue 21 Oct, 2008 2:18 am
Forum: General TI Discussion
Topic: Sending programs from 84+SE to 83+
Replies: 4
Views: 15243

Sending programs from 84+SE to 83+

Okay, today I tried sending a program of mine from my 84+SE to my friend's 83+ to better aid him in his calculus 2 class. I plugged in the correct plug and expected it to work, because I've done it with other 83+'s previously. When I sent the program to my friend's calculator, the error "Error ...
by Wesley
Tue 14 Oct, 2008 8:23 pm
Forum: Programming Help
Topic: [TI ASM] Make a simple program
Replies: 4
Views: 5373

Re: [TI ASM] Make a simple program

First up, I suggest you download a copy of the Z80 user manual as well as the TI-83+ SDK documentation.
Wow, thanks. These will help a lot. I just wish I could get a hard copy of them, no way would I print them off, but a book would be nice...
by Wesley
Tue 14 Oct, 2008 1:07 am
Forum: Programming Help
Topic: [TI ASM] Make a simple program
Replies: 4
Views: 5373

Re: [TI ASM] Make a simple program

Wow, I didn't expect that much code to come out, but it makes sense now that you show it to me. Anyway, did you run the Basic version on your calculator? I think some of the ASM could be shortened a bit - can't you get rid of the NotDown label altogether and use jr nz,WaitKeyLoop? Also, to make it m...
by Wesley
Mon 13 Oct, 2008 10:47 pm
Forum: News and Information
Topic: Back in business
Replies: 50
Views: 145802

Re: Back in business

C is anything but high level. ;) There are some C compilers for the Z80 out there, but it doesn't lend itself very well to C and the resulting programs are pretty inefficient. In that case, what does constitute a high-level programming language. See, you can already tell I'm quite new to this stuff...
by Wesley
Mon 13 Oct, 2008 10:30 pm
Forum: Programming Help
Topic: [TI ASM] Make a simple program
Replies: 4
Views: 5373

[TI ASM] Make a simple program

I'm studying ASM and having no knowledge of programming except TI-Basic is a bit difficult. I'm learning from the "Learn ASM in 28 Days" tutorial, but it doesn't have enough example programs for me to understand everything that's happening exactly. I want to know how a simple basic program...