0
2.0kviews
What are the statuses of condition flags in logical and arithmetic instruction?
1 Answer
0
9views

Arithmetic operations affect the flags such as carry flag (CF), overflow flag (OF) etc. in the PSW register and the logical instructions majorly affects the carry flag (CF). The following table shows exactly which instructions affect which flags from the program status register (PSW):

Instruction CY OV AC
ADD X …

Create a free account to keep reading this post.

and 3 others joined a min ago.

Please log in to add an answer.