This repo houses the AVR Disassembler that is going to be used in Toroidal Accelerator for the simulation of devices using the AVR architecture. The objectives of this project are to:
- Decode AVR instructions by iterating through an assembled HEX file or WORD for WORD when called by Toroidal Accelerator.
- Generate a FILE containing the disassembled program to be displayed by Toroidal Accelerator.
- Provide a command-line interface for independent use and for debugging purposes + planned syntax highlighting.