功课-3(国外英文资料).docVIP

  • 3
  • 0
  • 约8.94万字
  • 约 20页
  • 2017-06-08 发布于河南
  • 举报
功课-3(国外英文资料)

作业-3(国外英文资料) The number of source operands of the following instructions and how to address them are shown respectively. Source objective (1) MOV AX, 2048H immediately addressing register addressing (2) MOV CL, 0FFH immediately addressing register addressing (3) MOV BX, [SI] register indirect addressing register addressing (4) MOV 5 [BX], the BL register addressing register relative addressing (5) MOV [BP + 100H], the AX register addressing register relative addressing (6) MOV [BX + DI], $ immediately addressing the base address addressing (7) MOV DX, ES: [BX + SI] base address addressing register addressing (8) MOV VAL [BP + DI], the DX register addressing relative to the base address (9) IN AL, the type 05H addresses the address register directly (10) MOV DS, AX register addressing register addressing It is known that DS = 1000H, BX = 0200H, SI = 02H, memory 10200H ~ 10205H unit is 10H, 2AH, 3CH, 46H, 6BH. What is the contents of the AX register after each of the following instructions? AX content (1) MOV AX, 0200H (AX) = 0200H (2) MOV AX, [200H] (AX) = 2A10H (3) MOV AX, BX (AX) = 0200H (4) MOV AX, 3 [BX] (AX) = 5946H (5) MOV AX, [BX + SI] (AX) = 463CH (6) MOV AX, 2 [BX + SI] (AX) = 6B59H What is wrong in the following instructions (1) MOV DL, AX error, source and destination operand mismatch, DL is the 8-bit register, AX is a 16-bit register. (2) MOV 8650H, AX error, no immediate number of operands. (3) MOV DS, 0200H error, cannot be assigned directly to a segment register. (4) MOV [BX], [1200H] error, cannot transfer data directly between two storage units (5) MOV IP, 0FFH error, IP cannot be used for target operands or cannot be assigned directly to IP registers directly. (6) MOV [BX + SI + 3], IP error, IP cannot be number of source operands. (7) MOV AX, BX (BP) error, base indexed addressing mode must be a base register with an index register, not two at the same time as the base register (BX, BP are the base register). (8) MOV AL, ES: [BP] right. (9) MOV DL

文档评论(0)

1亿VIP精品文档

相关文档