I have been using SPIM simulator for MIPS2000 on WINDOWS/X86. I need
your suggestion for a similar/better simulator for ARM?
Ripunjay Tripathi
This should help me in writting/running ARM assembly programs over
x86
machine and learn ARM architecture in detail,
Ripunjay Tripathi
A better way may be to run embedded linux on a real arm board. Talk to
it / develop code / debug via ethernet to your machine. You get a much
better idea of the real time characteristics and performance this way as
well.
Google embedded linux on arm for probably hundreds of links...
Regards,
Chris
there is no simulator of any architecture that works exactly as the
processor.
Simulators, even if precise, are far from behaving as the real machine.
Thanks guys.
I understand that. To start with wouldn't it be good to learn assembly
programming on ARM (as I m also studying RISC programming on MIPS2000
and x86 programming )? Plz suggest.