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
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