Releases: linouxis9/ARMStrong
Releases · linouxis9/ARMStrong
ARMStrong v1.0.1b
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
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 !
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!
Requirements
- Java 11
- Windows x86/x64 or Linux x64
java -jar project-armstrong.jar
Project ARMStrong v1.0.0b
Requirements :
- Java 11
- Windows (x86/x64), Linux (x86/x64)