Any assembly interpreters out there?
What I’m looking for:
- I have some assembly firmware code I want to run, but not on the actual hardware.
- I would like to run the code and see what it is doing.
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