0 Members and 1 Guest are viewing this topic.
The hardware of the TI-83 Plus is similar to a lot of other products: An 8-bit microprocessor of the Z80 family, a huge Flash-ROM of 512k Byte capacity, a RAM of 32k Byte size and a driver for the LCD display. You'll find similar architectures with just another balance of RAM and ROM capacity:
Edit: I think some people might consider the being able to read and write continuously to be what separates what is called "ram" and "rom" but I consider it ram since its partially accessible without needing to switch pages.
Yeah, the doc probably has some errors, I rushed through it. What did you find exactly? Grammar error? Spelling? Broken source snippets? Hopefully not misinformation...
Some people including Calc84maniac and SirCmpwn confirmed that the 83+ effectively has 32 KB of RAM, so I guess I was right. However, I am curious, if the calc has 65536 bytes of memory addresses like this, would the second half be archive memory? Would it be problematic if we tried to write stuff there?
Whys is flash protected so? Why is it made so hard to unlock if it is a supposedly closed system? Like there arnt any malicious viruses flying around
Well, what I am saying is that most attempted writes to archive memory are simply ignored. The only time it would have any effect is if you unlock flash and then do specific commands to the flash controller. This will never happen during normal ASM/Axe use unless you are trying very hard to do it.