Search found 347 matches

by Spencer
Fri 12 May, 2006 7:22 pm
Forum: Programming Help
Topic: [TI ASM] Signed multiplication/division
Replies: 4
Views: 4603

The time it takes to "correct" your operands and result is insignificant compared to the actual multiplication. Although, on 8-bit that may not be as true ...
by Spencer
Sun 07 May, 2006 6:23 pm
Forum: General TI Discussion
Topic: On Flag? Huh?
Replies: 13
Views: 13535

Well, the flag would be reset if the batteries are removed. It's likely for benefit of interrupt events that can occur when the calc is off. Link port, on key. Then again, I know nothing of TI-OS ...
by Spencer
Wed 03 May, 2006 6:27 pm
Forum: Latenite, Brass and EarlyMorning
Topic: Brass - 1.0.5.3 update [06/02/2014]
Replies: 300
Views: 525273

Yeah, same here. test.asm line 3: Failed label or macro SAVER. test.asm line 3: Failed label or macro IY. Failures are due to the misinterpretation of iySaver due to matching to (iy*),*. I haven't tested, but I'm certain TASM can't handle this even though it has a specific instruction class ZIX . Th...
by Spencer
Tue 02 May, 2006 6:12 am
Forum: Programming Help
Topic: [TI ASM] Interrupts
Replies: 21
Views: 13447

You can also see that the calc's in halt when you're on the homescreen. In addition to coordinating timed events, the interrupt saves power.
by Spencer
Mon 01 May, 2006 5:36 pm
Forum: Off Topic
Topic: Save the Internet!
Replies: 19
Views: 14797

That won't be possible. Although internet traffic always has more than one way to reach a destination, the shortest and usually quickest route inevitably passes through some big companies' servers. AT&T/SBC and like companies have themselves in a bit of trouble. To offer their services, they're ...
by Spencer
Thu 27 Apr, 2006 3:40 am
Forum: Off Topic
Topic: Grrr... forum software...
Replies: 29
Views: 20670

I thought the speed problem was because of this host, but it ends up it was in the offsite images. Very quick now, nice fix.
by Spencer
Wed 26 Apr, 2006 5:47 am
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] Zelda (Best Project 2005)
Replies: 727
Views: 831864

Beta, bah! All I've had is dungeon testing so far.

Link <3's his projectiles
by Spencer
Sun 23 Apr, 2006 6:40 am
Forum: Programming Help
Topic: [TI ASM] Splash Screen In Greyscale
Replies: 54
Views: 25624

A little off topic, but bc can be loaded from RAM. ld bc,(*)
It's a prefixed opcode, so it's four bytes instead of three, but still less than transfering from hl.
In most cases, it's quite safe to use xor a as a substitute for ld a,0. The only downside is that it destroys your flags.
by Spencer
Sat 22 Apr, 2006 8:30 am
Forum: Programming Help
Topic: [TI ASM] Splash Screen In Greyscale
Replies: 54
Views: 25624

There's only one useful maskable interrupt on the hardware/software setup we're using. Normally with Z80 the interrupting device puts a byte that refers to its service routine on the data bus, but for us, that byte is random (that is, there's no distinction between what generated the interrupt). So ...
by Spencer
Fri 21 Apr, 2006 3:32 am
Forum: Programming Help
Topic: [TI ASM] Splash Screen In Greyscale
Replies: 54
Views: 25624

Stick with four. Higher level isn't worth the size (some may debate that that's true with four also).
by Spencer
Tue 11 Apr, 2006 5:11 am
Forum: Off Topic
Topic: I Quit
Replies: 15
Views: 14715

Oh, yes definitely. Knowing that your game will have an audience (even if it is a bunch of kids) is good to know.
by Spencer
Tue 11 Apr, 2006 4:25 am
Forum: Off Topic
Topic: I Quit
Replies: 15
Views: 14715

Many of us will continue as long as it's still fun. It is after all, a very cheap hobby (especially if you purchased your calculator for a separate purpose). The calculator is a platform on which you can do things that haven't done before. For me that's the appeal. Why make a mediocre PC game when y...
by Spencer
Sun 09 Apr, 2006 11:25 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 626625

Personally, I see nothing wrong using your display so resourcefully. Keeps the code small and simple, I'm very impressed. Only thing that's keeping me from using PTI is not lack of "Step Over" (haha) but rather lack of VTI-style force loading. I very often send over multi-page apps and I'd...
by Spencer
Sun 09 Apr, 2006 7:44 pm
Forum: Off Topic
Topic: First Revolution Screens
Replies: 76
Views: 43388

The best way to consider the new controller is as a 3D mouse. I think it has potential.
by Spencer
Mon 03 Apr, 2006 7:13 pm
Forum: Smash Bros
Topic: Smash Bros. source recovered!
Replies: 47
Views: 91419

Spencer wrote:You really are the fastest gun in the west. :wink:
My quote stands.