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

Darrellciz
Thu Apr 18 2024, 11:07 am
Charlessber
Thu Apr 18 2024, 09:29 am
BartonSem
Thu Apr 18 2024, 04:56 am
DonaldKnown
Thu Apr 18 2024, 12:24 am
utaletxcyw
Wed Apr 17 2024, 10:21 am
Anthonyvab
Wed Apr 17 2024, 08:48 am
RobertCix
Wed Apr 17 2024, 06:46 am
Astorne
Tue Apr 16 2024, 08:52 pm