Question: 2. In the following code give the machine code in hexadecimal for the CALL instruction ORG 0x100 FUN1 ADDWF 0x50,0 RETURN ORG 0x050 CALL FUN1
2. In the following code give the machine code in hexadecimal for the CALL instruction
ORG 0x100
FUN1 ADDWF 0x50,0
RETURN
ORG 0x050
CALL FUN1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
