ARM Simulator

Guest #2144126
Rate this post
useful
not useful
hi..
i am new in arm programming..
i am confused where to start..
 i want to simulate arm assembly code.. but i dont have any compiler or 
simulator for ARM..i google it but could not find any thing..
 kindly help me ... and sugest a compiler which can complie arm
assembly code and debug ..
i tried keil Uvision but i did not find ARM processor in device 
database.
 plz help....
thanx...
Guest #2144260
Rate this post
useful
not useful
gcc can compile arm-code, and the distreibution packages include an 
assembler. Look for gnu-arm, WinARM, yagarto, etc.
Simulation is possible with gdb (newer versions), but it does only 
simulate the basic processor, no hardware components.

For a "real" simulation you have to use a real processor and a JTAG 
interface.

Oliver

Reply

Please log in before posting.

or

Log in with Google account

Registration is free and takes only a minute.

Register now