7. What is the result of the following code? MOV BX, 2 MOV AX, OFFFFh IMUL BX A) AX= 2 B) AX= FFFEh C) AX=FFFFh D) AX=0
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
7. What is the result of the following code? MOV BX, 2 MOV AX, OFFFFh IMUL BX A) AX= 2 B) AX= FFFEh C) AX=FFFFh D) AX=0
7. What is the result of the following code? MOV BX, 2 MOV AX, OFFFFh IMUL BX A) AX= 2 B) AX= FFFEh C) AX=FFFFh D) AX=0 8. The instruction, CMP AL,X done by on operands it performs a) ADD AL,X b) SBB AL,X c) SUB AL,X d) ADC AL,X 9. The instruction that cannot use any prefix is--------- a) LODSW b) MOVSB c) CMPSW d) STOSB 10. 4. After execution of the following structure: W DB 4 DUP (4,5) A) W-4,5,5,5 B) W-4,4,4,4 C) W=20 D) W=4,5,4,5 11. One of the following is used with procedure:-------- a) CALL, JMP b) JMP, IRET c) CALL, RET d) JMP, RET 12. The instruction that unconditionally transfers the control of execution to the specified address a) JNE b) JMP c) JZ d) JNP
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!