Releases: coderick14/ARMed
Releases · coderick14/ARMed
Interactive execution
Previous versions used to run the entire program at once, which proved to be difficult for sufficiently large programs. V1.2 waits for user interaction after execution of each instruction. You can still override this step-by-step execution by specifying the --end
flag.
Minor release
- Suppress error for empty instruction (No-op)
ARMed v1.0
This is the first release of ARMed, a basic emulator of the ARM instruction set written in Golang.
Features to be implemented in future releases
- Add support for LDXR and STXR
- Add GUI support