19. For the following code, what is the value of CF,AF, PF, respectively after the execution? MOV AX, OASAH MOV BX, OA5B
-
answerhappygod
- Site Admin
- Posts: 899604
- 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!