Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

ARM - Assembly Language Program

Status
Not open for further replies.

lyl

Programmer
Nov 7, 2002
1
GB
Hi
I've started to learn how to program using the ARM
toolkit, on Windows 2000. Could you please help me?
I need to write a monitor program to implement the
following commands. Input should be in hexadecimal
form.
1) display the contents of the memory word,
2) display the contents of the memory byte,
3) display the contents of the specified register,
4) copy a block of memory from one address to another,
starting at <dest>,
5) change the data representation to either big-endian
or little-endian,
6) change the display of memory/ registers to decimal,
hexadecimal or binary.

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top