Search found 1110 matches

by Andy_J
Thu 12 Jul, 2007 2:09 am
Forum: xLIB
Topic: Using "real(" Functions
Replies: 24
Views: 47000

Except it won't work if you have apps that use the same numbers in real( -- one of you is going to have to change your numbers, which would break all preexisting programs using it. =\ How am I supposed to know if you mean real(10 from Omnicalc or from xLIB? I just can't do anything about something l...
by Andy_J
Wed 11 Jul, 2007 1:40 am
Forum: Announce Your Projects
Topic: Native Linux frontend to PindurTI
Replies: 19
Views: 15047

tr1p1ea wrote: (who doesnt want to use wine).
Or who can't due to a different processor. :)

(I may be getting my hands on a PowerMac G4 in a few weeks, and of course I wouldn't be able to use Wine on it due to the different architecture.)
by Andy_J
Sun 08 Jul, 2007 7:55 pm
Forum: General TI Discussion
Topic: Let's start the channel back up!
Replies: 12
Views: 9953

#tcpa is a calc channel, but we talk about a lot of other stuff when we aren't talking about calcs. There's more to life than just calcs, belive it or not. :)
by Andy_J
Sat 07 Jul, 2007 3:10 pm
Forum: General TI Discussion
Topic: Wow, calcg.org's great scam
Replies: 9
Views: 9028

Dwedit wrote: I stopped doing ACM programming competitions when they forced me to use vi.
Eh? You can use xedit, pico, or an emacs clone, too. Or at least you can in my region...
by Andy_J
Sat 07 Jul, 2007 4:15 am
Forum: General TI Discussion
Topic: Wow, calcg.org's great scam
Replies: 9
Views: 9028

Not what I had in mind when Barrett came up with the idea, but nobody had much better ideas. =/
by Andy_J
Tue 03 Jul, 2007 10:56 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 591415

I see I'm a little late, but yeah everything worked fine for me with Darwine with one of the most recent version of Wine. :) (As evidenced on the previous page, anyway.)
by Andy_J
Sat 23 Jun, 2007 2:31 pm
Forum: General TI Discussion
Topic: The Most Popular Forum
Replies: 26
Views: 20557

Touchscreen? Where's your source on this supposed touchscreen? This is the first I've heard of it.
by Andy_J
Sat 09 Jun, 2007 1:05 am
Forum: Programming Help
Topic: [TI-ASM] The in's and out's of key input
Replies: 12
Views: 9579

It might actually stem from your computer's keyboard, due to the same matrix problems as outlined above for the calculator's keypad -- computer keyboards are made the same way.
by Andy_J
Wed 06 Jun, 2007 9:20 pm
Forum: Announce Your Projects
Topic: Emulator
Replies: 61
Views: 84995

In response to your first bit,
#tcpa logs wrote:tcpa.070604.txt:23:51:35 <+Jim_e__> I only drew 1 skin
tcpa.070604.txt:23:52:04 <+Jim_e__> I'll get to the other skins later
Last bit, yeah that seems to happen more often than it doesn't. Nobody has any ideas as to why yet.
by Andy_J
Mon 04 Jun, 2007 10:21 pm
Forum: Announce Your Projects
Topic: [GBA] TI83 Emulator
Replies: 36
Views: 53494

Not really, just use the d-pad for a mouse.
by Andy_J
Mon 28 May, 2007 12:14 am
Forum: Programming Help
Topic: [TI83p-ASM] Come here to worship 83pa28d!
Replies: 25
Views: 16883

Let's just change assembly into something basic-ish! Or maybe it'd be more like COBOL...

Load into a from the address stored in hl.
Jump to the address stored in hl.
Add 1 to COBOL giving COBOL.


;)
by Andy_J
Sun 27 May, 2007 7:13 pm
Forum: Programming Help
Topic: [TI83p-ASM] Come here to worship 83pa28d!
Replies: 25
Views: 16883

Oh, right, I knew that, I was just mis-thinking it =\


jp hl would probably be best... but then again you could have a label called hl... Gah. It's just a crappy mnemonic :D
by Andy_J
Sun 27 May, 2007 4:46 pm
Forum: Programming Help
Topic: [TI83p-ASM] Come here to worship 83pa28d!
Replies: 25
Views: 16883

I would think that would be a few more t-states because there is a memory reference. Probably 7: Look at the difference with ld reg8d, reg8s when (hl) is used instead of an actual register. Then again, it might be even more becuause you're doing a jump as well.
by Andy_J
Fri 25 May, 2007 12:31 am
Forum: Programming Help
Topic: [TI83p-ASM] Come here to worship 83pa28d!
Replies: 25
Views: 16883

I refer to it once in a while, mainly for the fonts and opcode lists.
by Andy_J
Wed 23 May, 2007 9:51 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 591415

Ah, well, let's just say it isn't a stock 1.16 ROM. The 1.16 was dumped using TiLP2, the 1.19 was assembled with rom8x (as I cannot find my 1.19 83+, and there should be an obvious reason from my first statement in this post why I don't want to upgrade the other calc). Curious why it isn't working. ...