Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - calcdude84se

Pages: 1 ... 101 102 [103] 104 105 ... 161
1531
Other Calculators / Re: ti-calculator virus? what is this about?
« on: July 28, 2010, 08:20:22 pm »
I'm not sure if it's ever been tried, but is there the possibility of interfacing directly with the flash chip?
Now let's assume that dies. Can you replace the flash chip? (This is all "if you really wanted to", I probably wouldn't :P)

1532
The Axe Parser Project / Re: Features Wishlist
« on: July 28, 2010, 07:56:36 pm »
For USB, even we ASM programmers don't completely know how it works. :P It's also significantly more complicated than the link port. (I wish Quigibo good luck if he undertakes it ;D)
With relation to an input routine, they are, well, whole routines. Since SirCmpwn said he'd make one for you, I'll leave it at that.

1533
TI-BASIC / Re: Basic to ASM?
« on: July 28, 2010, 07:53:13 pm »
First person to make a program that runs in ASM and BASIC without crashing the calculator or erring (for the ASM program you can ignore the mandatory BB6D at the beginning) wins something. (Non-trivial solutions only)
It'd be interesting to see if such a program could exist ;D

1534
Other Calculators / Re: Weird Wabbit wariables
« on: July 28, 2010, 07:49:53 pm »
Yes, they exist. One of them is what's on the entry line (what you're currently typing to evaluate) and the other is the most recent entry. I'm not sure which is which, though.

1535
Miscellaneous / Re: Vacations, Absences, etc.
« on: July 28, 2010, 07:45:52 pm »
Hello ;D
I'm traveling, but this and tomorrow will probably be the only days with Internet access while I'm gone x.x
Let's hope I have all the files I need to work on calc stuff :P

1536
Miscellaneous / Re: Vacations, Absences, etc.
« on: July 27, 2010, 09:21:01 pm »
*BUMP*
I meant to give a warning sooner, but I'll just tell you now.
I'm leaving tomorrow morning for a couple weeks and will be back somewhere in the second week of August.
DJ, I will be able to work on calc stuff during that time ;D

1537
The string in the Axe program you screenshotted that displayed wrong. Sorry for any confusion.

1538
Introduce Yourself! / Re: meep
« on: July 27, 2010, 08:49:46 pm »
I've seen stuff that's GB only (or maybe UK only), mainly stuff on Channel 4's page.

1539
It's to replace the faulty string in the Axe program.
Yeah, it would be nice to add support for all the two-byte tokens, rather than just the lower-case letters.
However, if you just need the hex for a character, you can use
http://future_history.freehostia.com/Files/Resources/ASM/ASMin28Days/img/lgfont.png
which is at http://future_history.freehostia.com/Files/Resources/ASM/ASMin28Days/ref/lfont.html
Edit: Changed the picture to a link because it was too large.

1540
Yeah, for ASM you get to use the characters directly, rather than through two-byte tokens.
But support isn't there for it yet, so you'll need to type in the string as hex.
Instead of "omnimaga->Str1 (or whatever string you used), use [C76DC4D76DBB67BB00->Str1
That should correct the issue.

1541
Other Calculators / Re: Nleash for TI-Nspire OS 2.1
« on: July 27, 2010, 07:36:57 pm »
Excellent work. :D
I'm amused at the tendency to start all names with an 'N' :P

1542
Axe / Re: Routines
« on: July 27, 2010, 04:56:49 pm »
Hm... I'll write it both ways. One that always uses one 'F', or one that uses one or two to get it to a full byte. But I'll start with my way ;)

1543
The Axe Parser Project / Re: Axe Parser
« on: July 27, 2010, 04:54:47 pm »
Yeah, sorry about that. Low and high are just different states, which are represented by different voltages. It's easiest to just consider it to be a bit (which is all it really is, anyway ;D)

1544
Axe / Re: Routines
« on: July 27, 2010, 04:34:18 pm »
As I said, you always have to use the 'F' tile in run form, no matter what. But it is possible. As for an odd number of nibbles, you could always just add an extra 'F'. Now to write this, since I have the time. We're doing this by row, right?
* calcdude goes and codes

1545
Other Calculators / Re: Sound for calculators with bad ram
« on: July 27, 2010, 04:30:23 pm »
This was inspired by Realsound ;D
Nice to see you have compression. I can't wait to see how much the size goes down :P

Pages: 1 ... 101 102 [103] 104 105 ... 161