Skip to content

Releases: linouxis9/ARMStrong

ARMStrong v1.0.1b

Choose a tag to compare

@linouxis9 linouxis9 released this 31 Dec 13:27

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

Choose a tag to compare

@linouxis9 linouxis9 released this 21 Dec 22:54

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

Choose a tag to compare

@linouxis9 linouxis9 released this 28 Dec 20:33

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!

Choose a tag to compare

@linouxis9 linouxis9 released this 28 Apr 16:29

Requirements

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

Project ARMStrong v1.0.0b

Pre-release

Choose a tag to compare

@linouxis9 linouxis9 released this 10 Mar 17:58

Requirements :

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