- Read Chapters 3 and 4 in the text The Intel Microprocessors Eighth Edition.
- Work Chapter 3 Questions and Problems 1, 9, and 29, pgs. 107-108.
- Work Chapter 4 Questions and Problems 7, 11, and 21, pg. 154.
- Submit homework solutions via Assignment Upload Tool. Show all work for full credit.
Attachments:
- Read Chapters 3 and 4 in the text The Intel Microprocessors Eighth Edition.
- Work Chapter 3 Questions and Problems 1, 9, and 29, pgs. 107-108.
- Work Chapter 4 Questions and Problems 7, 11, and 21, pg. 154.
- Submit homework solutions via Assignment Upload Tool. Show all work for full credit.
Attachments:
Ch 3 CT 312
- What do the following MOV instructions accomplish?
- MOV AX , BX
- MOV BX, AX
- MOV BL, CH
- MOV ESP, EBP
- MOV RAX, RCX
9) Select an instruction for each of the following tasks
- a) copy EBX into EDX
- b) copy BL into CL
- c) copy SI into BX
- d) copy DS into AX
- e) copy AL into AH
- f) copy R8 into R10
29) Suppose that DS = 1000H, SS = 2000H, BP = 1000H, and D1 = 0100H. Determine the
Memory address accessed by each of the following instructions, assuming real mode
Operation:
- MOV AL, [BP + D1]
- MOV CX, [D1]
- MOV EDX, [BP]
CH 4
7) Identify the default segment registers assigned to the following:
- a) SP
- b) EBX
- c) D1
- d) EBP
- e) SI
11) Of a MOV SI, [EAX] instruction appears in a program for the Core2 microprocessor operating
In the 16-bit instruction mode, what is its machine language equivalent?
21) Explain what happens when the PUSH BX instruction executes. Make sure to show where
BH and BL are stored. (Assume that SP = 0100H and