Releases: MrDiver/ArmSimulator
ARM IDE Simulator Version 0.6 Stable Release (Fixed Stack)
Just some quick fixes here and there.
ARM IDE Simulator Version 0.5 Stable Release (Stack Update)
Functioning Stack. Full memory management with .word type. Different types will be implemented in the next version.
Functioning shift operations LSL,LSR,ASR,ROR
Fixed whitespace compilation issue
ARM IDE Simulator Version 0.4 Stable Release
Added variables of the form
var1: .word 0,1,2
adr_var1: .word var1
currently supported is the word datatype
Added the mul command
ARM IDE Simulator Version 0.3 Stable Release
Added Memory View
Added LDR,STR
Added .global directive
few bugs fixed here and there
A good working version for little prototypes with ASM
Maybe added linux support. Report issues in the issues section.
ARM IDE Simulator Version 0.2 Stable Release
Added all the basic functionality to write and prototype code snippets for arm assembler
Current Prebuilt Binaries: Windows
ARM IDE Simulator Version 0.1 Stable Release
This is the first hopefully working Release of the Arm Simulator/IDE
currently there is only Window binaries. But im working on supporting linux too.