The question is incomplete
The question is :
The following program starts at location 0100H
LXI SP, 00FF
LXI H, 0701
MVI A, 20H
SUB M
The content od accumulator when the program counter reaches 0109H is
(A) 20H (B)02H (C)00H (D)FFH
Ans : 20H
If in addition following code exists from 0109H onwards
ORI 40H
ADD M
your Ans : 60 H ( 20H + 40 H)