Discussion in "Project Doubts" started by    gigyani    Apr 18, 2019.
Thu Apr 18 2019, 07:31 am
#1
STATREAD:

MOV A, #WTCMD ;LOAD WRITE COMMAND
CALL OUTS
MOV A, #00H
CALL OUT
CALL CREAD
MOV A, R1
MOV STATUS, A
RET

why MOV A , #WTCMD, give me the error A45 enerywhere in the code?
Thu Apr 18 2019, 10:28 pm
#2
Please zip your full code and post it.
Which assembler are you using ?
 gigyani like this.
Fri Apr 19 2019, 03:39 am
#3
I'm using keil uvision5.
attached is the rar file of the code.
Fri Apr 19 2019, 11:05 pm
#4
The full error is
control_unit.asm(1294): error A45: UNDEFINED SYMBOL (PASS-2)
UNDEFINED SYMBOL means the assembler does not know what WTCMD means.

Somewhere there should be a file containing definitions of things like WTCMD.
Where did you get this code ?




Get Social

Information

Powered by e107 Forum System

Downloads

Comments

EdwardFew
Mon Mar 18 2024, 01:14 pm
EmeryPah
Mon Mar 18 2024, 11:51 am
RobertMax
Sun Mar 17 2024, 10:22 pm
DanielJar
Fri Mar 15 2024, 06:52 pm
Tuzaimecor
Fri Mar 15 2024, 02:32 am
PromotionFoode
Thu Mar 14 2024, 08:11 pm
EdwardGeawn
Sun Mar 10 2024, 12:24 pm
ZacharyShado
Sat Mar 09 2024, 10:04 am