6 ms·
I became interested in ARM assembly after reading the x86 assembly Forth tutorial that was recently posted on HN. Lacking an ARM processor, though, I'm wonderin
by eworoshow 17y ago
I became interested in ARM assembly after reading the x86 assembly Forth tutorial that was recently posted on HN. Lacking an ARM processor, though, I'm wondering what emulation options are available? I'm looking for a dead-simple setup that will let me test and run whatever toy ARM assembly programs I write.
- miles 17y agoFree ARM Emulators http://www.thefreecountry.com/emulators/arm.shtml http://www.thefreecountry.com/emulators/arm.shtml
- eworoshow 17y agoAny specific recommendations from that set? I was looking at Qemu earlier but I'm curious to hear from HN folks who have had experience with these emulators.
- miles 17y agoCheck out the Amiga emulator UAE - it's been ported to virtually everything (Linux, OS X, Windows, DOS, BeOS, Palm OS, and much more, including AmigaOS!) and is under active development (WINUAE, anyway): http://www.thefreecountry.com/emulators/amiga.shtml http://www.thefreecountry.com/emulators/amiga.shtml http://en.wikipedia.org/wiki/UAE_(emulator) http://en.wikipedia.org/wiki/UAE_(emulator)
- lmz 17y agoFrom the webpage it seems that UAE emulates the m68k, not the ARM processor.
- mru 17y agoQemu is pretty good, but ARMv7 emulation isn't quite complete yet. Anything compiled by gcc will probably run though.