I am learning for my exam and I can't understand why those two operations are wrong:
mov al, 0110h
push dh
and this is right:
push si
What exactly I can push on stack?
I am learning for my exam and I can't understand why those two operations are wrong:
mov al, 0110h
push dh
and this is right:
push si
What exactly I can push on stack?