This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Error in ARM assembly programming

Hi all,

I am new to the ARM assembly programming area.I typed the code below and tried to build it and I got the follwing error.Could anyone help me to rectify the error?

============================================
PROGRAM
============================================

MOV R4,#0x20 // load R5 with the constant 0x20
MOV R2,R4 // load R2 with the value in R3
ADD R0,R2,R4
============================================
ERROR
============================================
CLASSES (DATA (0x40000000-0x40003FFF), CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF)) ,CODE (0x0-0x3FFFF), CONST (0x0-0x3FFFF)) ,
*** ERROR L210: I/O ERROR ON INPUT FILE:
EXCEPTION 0021H: PATH OR FILE NOT FOUND

0