reference to context of poem "the spider and the fly"
Answers
Answered by
0
Explanation:
1.PUSH PSW : Save flags on stack.
2.POP H : Retrieve flags in 'L'
3.MOV A, L : Flags in accumulator.
4.CMA : Complement accumulator.
5.MOV L, A : Accumulator in 'L'
6.PUSH H : Save on stack.
7.POP PSW : Back to flag register.
8.HLT :Terminate program execution.
HOPE IT HELPS .
Similar questions