Question 1: (0.5x10=5 Marks) 1.1) The 8086 is _byte microprocessor 1.2) The total number of pins on 8086 are 1.3) 1.4) 1
Posted: Sat Nov 27, 2021 10:26 am
Question 1: (0.5x10=5 Marks) 1.1) The 8086 is _byte microprocessor 1.2) The total number of pins on 8086 are 1.3) 1.4) 1.5) The number of data lines on 8086 are The number of address lines on 8086 are The content of CL when the program halts: DATA SEGMENT STRI DB "SABAH-AL-KHAIRS LAMBAI DB ? ENDS CODE SEGMENT ASSUME DS: DATA CS CODE MAIN: MOV AX, DATA MOV DS, AX MOV AL, $ MOV CX, OOH MOV SI,OFFSET STR1 BACK: CMP AL, (SI) JE COUNT INC CL INC SI JMP BACK COUNT: MOV LAMBAI, CL HLT END MAIN ENDS The addressing mode in the following instruction is MOV AX, 8086H 1.6) 1.7) The pin number of +Vcc in 8086 is: 1.8) Example of a zero operand instruction of 8086 is: 1.9) The word size of a processor with 64 datalines is: 1.10) The memory size of a processor with 20 address lines bytes is: Page 2