346
Other Calculators / Re: Which calculator is recommended?
« on: August 31, 2011, 11:51:20 pm »
The TI-89T is an amazing platform that's underloved.
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. 346
Other Calculators / Re: Which calculator is recommended?« on: August 31, 2011, 11:51:20 pm »
The TI-89T is an amazing platform that's underloved.
347
TI-Nspire / Re: More optimized,faster Ti 84+ emulation on Ti nspire(Idea)« on: August 27, 2011, 07:59:36 pm »
Common wisdom in the open source community says that any major projects gets rewritten at least once.
348
TI-Nspire / Re: More optimized,faster Ti 84+ emulation on Ti nspire(Idea)« on: August 26, 2011, 10:29:40 pm »
The Nspire is more than capable of running a Z80 emulator at full speed. You can do it in C, which is a lot easier than assembly. And you won't need a specially modified OS. TI was being just plain lazy with the whole separate OS thing.
349
ASM / Re: Constructive and Creative uses of RLD and RRD« on: August 26, 2011, 02:20:18 am »
As far as I can tell, the instructions are intended for use with BCD. They appear to allow multiplying and dividing by ten. Or sixteen, if you're using binary.
350
ASM / Re: Constructive and Creative uses of IX and IY« on: August 20, 2011, 02:02:46 am »When reading the asm output for GlaßOS, I noticed that it uses a standard way of passing parameters to functions. Push variables, then use IX like hell. Yes, SDCC has a drink..,er, IX problem. I know that index registers add an extra byte or so to op sizes, and are slow. I can see a lot of tios asm programmers not liking that variables, even one byte, aren't passed by register but by the stack. What about IY? Its dedicated for the interrupt, just like IX.Passing arguments via the stack is standard for C. Though, you're right, it should try to optimize more. 351
Other Calculators / Re: TI 84 manufacturing cost« on: August 20, 2011, 12:25:46 am »
1. Use out-dated, royalty-free hardware
2. Never drop your selling price, regardless of how much your manufacturing costs drop 3. ? ? ? ? 4. PROFIT 352
Axe / Re: Reading from Archive« on: August 19, 2011, 03:52:03 am »
Reading data directly from the archive with the files feature and {} is a little slower than reading the data from RAM with {}. So, it's probably best to copy an entire room or chunk or something from the archive (using Copy()) into safe RAM (r1-r6) and read from there using {}. In other words, buffering data from the archive into RAM is often faster than always reading from the archive. On the other hand, not buffering is a lot easier. You'll need to learn to balance the two.
By the way, the OS enforces an 8 K limit on nostub assembly programs (for no good reason, of course), so if your program is larger than 8 K, you might as well make it an Ion program. 353
General Calculator Help / Re: I bought a new ti-84 PSE and it wants me to send and OS« on: August 18, 2011, 11:03:45 pm »Hm..does OS transfer between two calc of different boots work? (Tho the OS would have to be 2.55 )That should work. oh I dont want to upgrade though because truvid wont work thenSo install 2.55MP, downgrade the boot code to 1.02, and install 2.43 or whatever you want. 354
General Calculator Help / Re: I bought a new ti-84 PSE and it wants me to send and OS« on: August 18, 2011, 10:51:13 pm »So boot 1.03 goes through a longer, more complicated (and supposedly secure I guess) process? Fun...You missed the news frenzy that resulted when we learned about 1.03? TI switched to 2048-bit RSA. The new signature is tacked onto the end of the 2.55MP image; it's been there this whole time. Also, they actually managed to write an even slower validation routine. They're rolling 1.03 out for the new school year. This move prompted an intense frenzy of research that resulted in us discovering how to reflash the boot code, thus completely negating the change. 400th post and I dont careNeither do I care about how many posts you have. 355
General Calculator Help / Re: I bought a new ti-84 PSE and it wants me to send and OS« on: August 18, 2011, 10:46:20 pm »
Remember, you can only install 2.55MP, because you can't downgrade the boot code until you first install an OS.
356
General Calculator Help / Re: I bought a new ti-84 PSE and it wants me to send and OS« on: August 18, 2011, 10:43:03 pm »TilP can handle OSes just fine. I strongly recommend going USB for it, since it's much faster. However, if you have a silverlink it's worth a try since they're a little easier to keep connected. It really doesn't matter. Either way, he'll still need to wait six or more minutes for it to validate. 357
News / Re: OmnomIRC moved to new server« on: August 18, 2011, 01:42:13 am »
Here's a copy of my IRC log. rafb.me posts are normally removed after 24 hours.
Code: [Select] (12:37:37 AM) OmnomIRC: (O)<DJ_O> yeah
358
Miscellaneous / Re: Do you use Rockbox?« on: August 15, 2011, 10:04:39 pm »
I found out about Rockbox before getting my current MP3 player, a Sansa e200 which I've had for at least four years. So, as a consequence, I've had Rockbox on it pretty much since I got it. I've used Rockbox almost exclusively because Sandisk's firmware doesn't support WAV, FLAC, or Ogg Vorbis, amongst numerous other deficiencies.
359
TI Z80 / Re: Ever corrupt your archive?« on: August 14, 2011, 04:45:08 pm »
Haha. I've been meaning to write something like that for a long time. I wanted to use the extra 96 K of RAM to speed up garbage collection, but after the whole thing with TI trying to save a negligible amount of money by getting rid of most of the extra RAM, I never really felt like it.
360
Other Calc-Related Projects and Ideas / Re: Putting Linux on a calculator« on: August 03, 2011, 02:16:54 am »
The Z80 doesn't support using an MMU. There's absolutely no way for the kernel to actually enforce anything. I think most people have also generally been of the opinion that relocation tables (needed for multitasking to be used with all programs) would waste more memory than they're worth.
|
|