Page 1 of 1

19. For the following code, what is the value of CF,AF, PF, respectively after the execution? MOV AX, OASAH MOV BX, OA5B

Posted: Thu Jun 02, 2022 8:30 am
by answerhappygod
19 For The Following Code What Is The Value Of Cf Af Pf Respectively After The Execution Mov Ax Oasah Mov Bx Oa5b 1
19 For The Following Code What Is The Value Of Cf Af Pf Respectively After The Execution Mov Ax Oasah Mov Bx Oa5b 1 (15.55 KiB) Viewed 16 times
19. For the following code, what is the value of CF,AF, PF, respectively after the execution? MOV AX, OASAH MOV BX, OA5BH SUB AX, BX A. CF = 1, PF = 0, AF = 0 B. CF = 1, PF = 0, AF = 1 C. CF = 1, PF = 1, AF = 0 D. CF = 1, PF = 1, AF = 1 E. CF-0, PF = 1, AF = 1 F. CF = 0, PF = 0, AF = 1