Search found 5 matches

by Dulaithol
Thu 01 Feb, 2007 8:41 pm
Forum: Programming Help
Topic: [TI-ASM] Hooks?!?
Replies: 6
Views: 4294

k, heres my code, that dosnt work: include "../ti83plus.inc" EXT_APP equ 1 cseg ; Header StartApp: B_CALL ChkFindSym LD A, B LD H, D LD L, E B_CALL RawKeyHook ;EQU 4F66h B_JUMP JForceCmdNoChar TestHook: db 83h cp kAppsMenu jr z,AppsKey cp kPrgm ret nz ld a,kAppsMenu or a ret AppsKey: ld a,...
by Dulaithol
Thu 01 Feb, 2007 2:25 am
Forum: Programming Help
Topic: [TI-ASM] Hooks?!?
Replies: 6
Views: 4294

[TI-ASM] Hooks?!?

So, why I wait to get my USB cable, I decided to take a look into hooks. After a day or so of googleing and hours of banging my head trying to get it to work, I got no where... Right now I'm thinking that its not getting the Raw Key Hook initializing right. I was just hoping someone could give my a ...
by Dulaithol
Mon 29 Jan, 2007 11:19 pm
Forum: News and Information
Topic: New Spam mod.
Replies: 20
Views: 28012

Yeah, funny thing about that. it was telling me that "h t t p" in side of a quote tag was type of bad word...

Yeah, just did it again when I tried to post this:
The word *h t t p* is on our list of spam related words. Please refrain from posting this word.
by Dulaithol
Sat 27 Jan, 2007 8:52 pm
Forum: General TI Discussion
Topic: ASM programing for USB???
Replies: 6
Views: 9474

It is really complicated though, here is 'some' information on the USB ports Yeah....... I just spent the last two hours reading the USB 2.0 specifications, all I have to say is wow. I think I have some of it down but I have a long way to go and my brain is turning into mush. Thanks for the links. ...
by Dulaithol
Sat 27 Jan, 2007 6:26 pm
Forum: General TI Discussion
Topic: ASM programing for USB???
Replies: 6
Views: 9474

ASM programing for USB???

I was wondering if anyone knows of a good guide for programing with the Z80 calcs link port.