Assembly Language for x86 Processors --- 4.4 课后习题答案

4.4 Indirect Addressing

1 在这里插入图片描述
答 :
a. 10h
b. 40h
c. 003Bh
d. 3
e. 3
f. 2

2 The following instruction is invalid: inc [esi]

答 :√

3 Any 32-bit general-purpose register can be used as an indirect operand.

答 :√

4 The BX register is usually reserved for addressing the stack.

答 :×

5 The following is an indexed operand: array[esi].

答 :√

6 A general protection fault occurs in real-address mode when an array subscript is out of range.

答 :×

7 Any 16-bit general-purpose register can be used as an indirect operand.

答 :×

猜你喜欢

转载自blog.csdn.net/weixin_43574277/article/details/105577035