- HexaEdit CE: On-calc hex editor
- 04 Jul 2020 09:32:47 pm
- Last edited by Captain Calc on 04 Jan 2024 05:11:12 pm; edited 19 times in total
Welcome to the HexaEdit CE development thread!
Overview
HexaEdit CE is a fully-fledged hex editor for the TI-84 Plus CE. It can edit any TI-OS variable and RAM as well as display the contents of ROM!
Download
Version 3.1.2: https://www.cemetech.net/downloads/files/2010/x2931
Features
Source Code
The source code is available on Github: https://github.com/captain-calc/HexaEdit-CE
Overview
HexaEdit CE is a fully-fledged hex editor for the TI-84 Plus CE. It can edit any TI-OS variable and RAM as well as display the contents of ROM!
Download
Version 3.1.2: https://www.cemetech.net/downloads/files/2010/x2931
Features
- A ROM viewer
- A RAM editor
- A variable editor
- A Headless Start feature that allows other C/ASM programs to spawn HexaEdit editors
- Storing of up to 15 "recent" files for easy access
- Alpha-scrolling in the editor for quick navigation
- Byte insertion and deletion for TI-OS variables.
- A cut-copy-paste function with a global clipboard
- A search function within the editor for finding hexadecimal or ASCII byte sequences
- A "Goto" function for fast navigation anywhere in the given memory
- An “Undo” function
- Multi-byte selection
- Auto-translation of one-, two-, and three-byte clusters from hexadecimal into decimal allowing for little-endian architecture
Source Code
The source code is available on Github: https://github.com/captain-calc/HexaEdit-CE