- 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 15 times
19. For the following code, what is the value of CF,AF, PF, respectively after the execution? MOV AX, OASAH MOV BX, OA5B
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
19. For the following code, what is the value of CF,AF, PF, respectively after the execution? MOV AX, OASAH MOV BX, OA5B
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