Memetest84 is a memory tester for the TI-84+ CE. Because everyone totally needs one of those...
| src | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
memetest84
Memetest84 is a memory tester for the TI-84+ CE. Because everyone totally needs one of those...
Usage
- Use tilp to put it on a calculator
- Run it
- Press enter
- Oberve status pixel in the 'T' of 'AUTO'
- Wait for screen to either turn green or red
Only use stock launcher, this program is shit and uses hardcoded values to avoid overwriting itself in ram, so the place where it is loaded is important
I am not liable if you brick your shit by runinng my shit on it
Compiling
- Download the CE C Toolchain v9.0 or later.
- Clone this repository.
- Follow this page.
Troubleshooting
ez80-clang: error while loading shared libraries: libtinfo.so.5: cannot open shared object file: No such file or directory
On Arch Linux, you can fix this by running sudo ln -sf /usr/lib/libncursesw.so.6 /usr/lib/libtinfo.so.5.