TI-83 Plus Memory Viewer & Editor
Created by J03L, in Axe Parser
-----------------------------------------
Contents:
A11MEMVW.8xp - The source code for the program, incase you wish to compile the program manually or wish to learn from it's inner workings.
MEMEDIT.8xp - The actual program that can be ran from the MirageOS menu.
MEMEDITF.8xg - A group that contains both of the above files. Extremely useful for when you edit something in memory and cause the RAM to reset, as this group will always persist on the calculator until you manually delete it, allowing you to simply reinstall the program by ungrouping it.
README.txt - The file you are reading now, obviously!
[COMING SOON] MEMEDITC.8xp - A handy program that serves as a manual for the Memory Editor/Viewer's controls and functions. Useful for on-the-go memory hacking!
-----------------------------------------
How to use:
To use this program, you must have the following installed:
# MirageOS (OR Axe Parser, if you wish to compile the source code for use with another Shell.)

To start the program, simply go into the MirageOS program list menu and select "MEMEDIT"

Controls:

[ Memory Viewer Screen ]

UP = Scroll up by 1 byte (go backwards in memory)
DOWN = Scroll down by 1 byte (go forwards in memory)
F1 = Enter "Goto Address" mode
F2 = Enter "Edit" Mode
CLEAR = Exit the program

[ Goto Address Mode ]

To select your address (in the style "A1A2") use the following keys:

F2 = Increment or decrement the address by 4096
F3 = Increment or decrement the address by 256
F4 = Increment or decrement the address by 16
F5 = Increment or decrement the address by 1
[+] = Set to "Increment" mode
[-] = Set to "Decrement" mode

To confirm the address, simply press the "ENTER" key

[ Edit Mode ]

In this mode, you can edit the byte stored at the address that is currently at the top of the screen in the memory viewer.
To set the value, use the following keys:

F4 = Increment or decrement the address by 16
F5 = Increment or decrement the address by 1
[+] = Set to "Increment" mode
[-] = Set to "Decrement" mode

To confirm the value, simply press the "ENTER" key