You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I prepared the following code for Transfer of data blocks in bits , but it is not working since it uses JNC instruction.
MVI B,FBH
LXI H,2030H
LXI D,2040H
LOOP:MOV A,M
STAX D
INX H
INX D
INR B
JNC LOOP
HLT
The text was updated successfully, but these errors were encountered:
Nilmantop
changed the title
Program based on Carry flag is not working , for example : JNC
Program based on Carry flag is not working , for example : program with JNC instruction
Aug 23, 2021
I prepared the following code for Transfer of data blocks in bits , but it is not working since it uses JNC instruction.
MVI B,FBH
LXI H,2030H
LXI D,2040H
LOOP:MOV A,M
STAX D
INX H
INX D
INR B
JNC LOOP
HLT
The text was updated successfully, but these errors were encountered: