Search found 252 matches

by Gambit
Sun 20 May, 2007 6:20 pm
Forum: Off Topic
Topic: The Happy Birthday Thread
Replies: 538
Views: 893511

It's my birthday today!

On top of that, I'm graduating from HS!
by Gambit
Sun 20 May, 2007 6:15 pm
Forum: Off Topic
Topic: Senioritis
Replies: 31
Views: 25503

Thanks for the replies. :) Although I haven't logged in/replied since my last post, I'm finally done! I got some Bs, and I have to turn in a lot of late homework tomorrow :x , but other than that, I took my finals and got through. I do wonder, though, what you guys think of this and if it relates to...
by Gambit
Sun 15 Apr, 2007 1:01 am
Forum: Off Topic
Topic: Senioritis
Replies: 31
Views: 25503

Senioritis

I am a senior with senioritis, and I am wondering: Do you currently have "senioritis"? Is it a "real" illness? What do/did you do to cure yourself? Was it a permanent cure, or only temporary, to resurface again during college? If you do have "senioritis", is it affectin...
by Gambit
Sat 27 Jan, 2007 11:36 pm
Forum: General TI Discussion
Topic: ASM programing for USB???
Replies: 6
Views: 9215

It is really complicated though, here is 'some' information on the USB ports Unless you are interested in driver-making and more hacking (e.g. there's still many unknowns left), you should not have to use ANY low level port access when working with USB peripherals on the 84P. Instead, you should be...
by Gambit
Sun 14 Jan, 2007 8:56 pm
Forum: Staff Side Projects & Featured Projects
Topic: [Featured][Dev] PindurTI (Best Thread 2005)
Replies: 1356
Views: 554093

So would that mean that your App loading technique isn't updating something (are you still 'force-loading' the Apss?) and does that imply that TI is keeping track of "something" via a checksum and/or table of these "somethings", and therefore needs to be fixed by defragmentation?...
by Gambit
Sun 26 Nov, 2006 8:57 pm
Forum: Programming Help
Topic: [TI ASM] Opening up the Edit Buffer
Replies: 1
Views: 3194

There's some preliminary info at WikiTI's Edit Buffers page. Unfortunately, not all the B_CALLs related to the edit buffer has been posted from TI's unsupported page, but it should give you a start. :)

You might also find some code in some of the DS apps.
by Gambit
Sun 15 Oct, 2006 7:34 pm
Forum: Latenite, Brass and EarlyMorning
Topic: Documenting TI Rom Calls to XML
Replies: 6
Views: 13612

Good idea, but what would be better (and less painful) though, is if that XML file could be automatically generated from WikiTI's database of B_CALLs. That way, the information is centralized/standardized, but the output format can vary, much like LaTeX can be transformed to DVI to PDF/SGML/TXT/etc....
by Gambit
Sun 15 Oct, 2006 12:42 am
Forum: Programming Help
Topic: Using Appvars as "dlls"/executable
Replies: 12
Views: 10349

Yeah, ChkFindSym returns a valid pointer whether archived or not, but if it's archived, you have to watch out for that annoying symbol table stuff, as King Harold said. :) To help you get started with FlashToRam, here's an excerpt of code from a half-finished old project of mine, PicIDE, which suppo...
by Gambit
Sun 08 Oct, 2006 3:02 am
Forum: Programming Help
Topic: Using Appvars as "dlls"/executable
Replies: 12
Views: 10349

Would archiving and unarchiving cause garbage collect and mess up a _chksym or findsym pointer? Yes, you'll have to re-look it up. However, if I were you, I wouldn't archive/unarchive everytime you wanted to "load" a dll; instead I would use FlashToRAM or some variant thereof (reason bein...
by Gambit
Sat 07 Oct, 2006 10:10 pm
Forum: Programming Help
Topic: Using Appvars as "dlls"/executable
Replies: 12
Views: 10349

Are there any TI-OS executable protection thingys that will prevent such use of ASM to create "modularity"?
Other than the hardware limit, not particularly (iirc). As implied before, you'll have to research the various methods of relocation if you want "true" modularity.
by Gambit
Fri 29 Sep, 2006 7:34 pm
Forum: News and Information
Topic: MaxCoderz 5 Year Anniversary!
Replies: 34
Views: 43935

Happy fifth birthday MaxCoderz!
by Gambit
Fri 29 Sep, 2006 7:26 pm
Forum: Off Topic
Topic: WAV to MP3 in odd varieties
Replies: 8
Views: 10498

There's also CDex, but I don't know how it compares with the above; guess you should try them all. Looks good, unfortunately I need to do this to files, not CDs. There should be a button that says Wav->Compressed File and vice versa. You'll have to configure the output in Options first, though.
by Gambit
Fri 29 Sep, 2006 2:36 pm
Forum: Off Topic
Topic: WAV to MP3 in odd varieties
Replies: 8
Views: 10498

There's also CDex, but I don't know how it compares with the above; guess you should try them all. :)
by Gambit
Wed 27 Sep, 2006 6:44 pm
Forum: Off Topic
Topic: Share your desktops
Replies: 109
Views: 219513

Image
I'm at school at the moment, so I wrote up what I wanted to say beforehand in the screenie. :)
by Gambit
Wed 06 Sep, 2006 2:37 pm
Forum: Programming Help
Topic: [TI ASM] Ans questions
Replies: 6
Views: 7626

That looks OK. I usually just use RclAns and ld a,(hl) \ and %00011111 \ cp Obj to check for something - only one way to find out! ;)