Memetest84 is a memory tester for the TI-84+ CE. Because everyone totally needs one of those...
Find a file
2021-06-23 01:03:40 -04:00
src Initial Commit 2021-06-23 01:02:02 -04:00
.gitignore Initial Commit 2021-06-23 01:02:02 -04:00
LICENSE Initial Commit 2021-06-23 01:02:02 -04:00
Makefile Initial Commit 2021-06-23 01:02:02 -04:00
README.md Fucking markdown 2021-06-23 01:03:40 -04:00

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

  1. Download the CE C Toolchain v9.0 or later.
  2. Clone this repository.
  3. 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.