Skip to content

Releases: coderick14/ARMed

Interactive execution

16 Jan 07:55
Compare
Choose a tag to compare

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

10 Oct 17:10
Compare
Choose a tag to compare
  • Suppress error for empty instruction (No-op)

ARMed v1.0

11 Jun 21:51
Compare
Choose a tag to compare

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

  1. Add support for LDXR and STXR
  2. Add GUI support