Tutorial Questions 1
Tutorial Questions 1
1. Name three features of the 8086 that were improvements over the 8080/8085.
4. What is pipelining, and how does it make the CPU execute faster?
5. Registers of the 8086 are either _____ bits or _____ bits in length.
7. Write the Assembly language instruction to move value 1234H into register BX.
8. Write the Assembly language instructions to add the values 16H and ABH. Place the result in
register AX.
10. What is the largest hex value that can be moved into a 16-bit register? Into an 8-bitregister? What
12. How large is a segment in the 8086? Can the physical address 346E0 be the starting address for a
13. State the difference between the physical and logical addresses.
15. Which register is used as the offset register with segment register CS?
16. If BX = 1234H and the instruction "MOV[2400],BX" were executed, what would be the contents