Skip to content

Releases: MrDiver/ArmSimulator

ARM IDE Simulator Version 0.6 Stable Release (Fixed Stack)

15 Jun 21:34
99d2187
Compare
Choose a tag to compare

Just some quick fixes here and there.

ARM IDE Simulator Version 0.5 Stable Release (Stack Update)

20 May 11:57
c40f184
Compare
Choose a tag to compare

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

18 May 00:34
4d2f5d9
Compare
Choose a tag to compare

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

05 May 21:15
06491a8
Compare
Choose a tag to compare

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

28 Apr 23:11
65164e9
Compare
Choose a tag to compare

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

22 Apr 22:53
ad99173
Compare
Choose a tag to compare

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.