Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

code for arm controller

Status
Not open for further replies.

vead

Full Member level 5
Joined
Nov 27, 2011
Messages
285
Helped
3
Reputation
6
Reaction score
3
Trophy points
1,298
Location
india
Activity points
3,815
I am beginner for arm I just want to learn assembly for arm keil software
I have written code for addition
Code:
Area   example , code  readonly
entry

start
mov R0 #5
mov R1#3
add R0, R0,R1
stop B stop
End

I am seeing 7 error massage
assembling lcd.asm...
lcd.asm(1): error A9: SYNTAX ERROR
lcd.asm(2): error A9: SYNTAX ERROR
lcd.asm(3): error A9: SYNTAX ERROR
lcd.asm(4): error A9: SYNTAX ERROR
lcd.asm(5): error A9: SYNTAX ERROR
lcd.asm(6): error A38: NUMBER OF OPERANDS DOES NOT MATCH INSTRUCTION
lcd.asm(7): error A9: SYNTAX ERROR
lcd.asm - 7 Error(s), 0 Warning(s).
 

I am beginner for arm I just want to learn assembly for arm keil software
I have written code for addition
Code:
Area   example , code  readonly
entry

start
mov R0 #5
mov R1#3
add R0, R0,R1
stop B stop
End

I am seeing 7 error massage
assembling lcd.asm...
lcd.asm(1): error A9: SYNTAX ERROR
lcd.asm(2): error A9: SYNTAX ERROR
lcd.asm(3): error A9: SYNTAX ERROR
lcd.asm(4): error A9: SYNTAX ERROR
lcd.asm(5): error A9: SYNTAX ERROR
lcd.asm(6): error A38: NUMBER OF OPERANDS DOES NOT MATCH INSTRUCTION
lcd.asm(7): error A9: SYNTAX ERROR
lcd.asm - 7 Error(s), 0 Warning(s).

Post your project file



controller name...
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top