Skip to content

Releases: linouxis9/ARMStrong

ARMStrong v1.0.1b

31 Dec 13:27
Compare
Choose a tag to compare

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.

ARMStrong v1.0.1-iut : IUT of Valence flavor

21 Dec 22:54
Compare
Choose a tag to compare

⚠️ 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.

ARMStrong v1.0.1: Bug fixes !

28 Dec 20:33
Compare
Choose a tag to compare

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.

ARMStrong is now out of beta!

28 Apr 16:29
Compare
Choose a tag to compare

Requirements

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

Project ARMStrong v1.0.0b

10 Mar 17:58
Compare
Choose a tag to compare
Pre-release

Requirements :

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