Any assembly interpreters out there?
What I'm looking for:
So, is there some sort of free and easy to use assembly simulator out there?
Any other pointers you can think of?
You should look into some processor emulator only that way you can "interpret" assembly, for example: Qemu or Bochs
In order to run assembly code that is designed for a particular device, you will need to run it with an emulator that specifically emulates that device. An x86 emulator like Qemu will be utterly incapable of running assembly code written for an ARM CPU core. This is not a case of "almost works", but it won't even be able to run the first instruction.
As mentioned by Jason S, emulating peripherals or anything outside the CPU core is very specific to the device you've got. Details can even differ between PCB revisions.
If you're just curious about what the assembly code is doing, you might be better off sitting down with the CPU reference manual, and examining each instruction in turn. If you're going to be doing any serious work with this device, you'll have to have that knowledge eventually anyway.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With