Linouxis9 ARMStrong Versions Save

A fast and simple ARM Simulator made for education based upon Unicorn and Keystone engines

v1.0.1b

5 months ago

Changelog

  • Fix a case preventing the input of unsigned integers >= 2^31.
  • Fix an issue related to the input of signed numbers.
  • Fix an issue with handling of new lines on the ConsoleView.
  • push, and pop pseudo-instructions are now usable without prior initialization of the SP register.

Requirements

  • Java 11+
  • Windows x86/x64 or Linux x64
java -jar project-armstrong.jar

⚠️

If you are using this tool as part of your studies at the IUT of Valence, you MUST use the IUT of Valence flavor of this tool to match the custom version used there.

v1.0.1

4 years ago

Changelog

  • Multiple bugs fixes that should greatly improve the experience of using this software !

Requirements

  • Java 11+
  • Windows x86/x64 or Linux x64
java -jar project-armstrong.jar

⚠️

If you are using this tool as part of your studies at the IUT of Valence, you MUST use the IUT of Valence flavor of this tool to match the custom version used there.

v1.0.1-iut

4 years ago

:warning: This is the version you should download if you are a first year student at the IUT of Valence. It contains a few changes to fit their needs.

It isn't intended to be used outside of the practical work at the IUT of Valence, as such, you SHOULD use the vanilla flavor for the best experience of ARMStrong if you aren't a student there.

v1.0.0

5 years ago

Requirements

  • Java 11
  • Windows x86/x64 or Linux x64
java -jar project-armstrong.jar

v1.0.0b

5 years ago

Requirements :

  • Java 11
  • Windows (x86/x64), Linux (x86/x64)