Answered step by step
Verified Expert Solution
Question
1 Approved Answer
2) The following questions are set up in view of the figures (a,b). a) Describe what type of 1/0 operation is carried out in Figure
2) The following questions are set up in view of the figures (a,b). a) Describe what type of 1/0 operation is carried out in Figure (a). Write an instruction sequence that will input the byte contents of input port 6 to memory location MEMI. b) What is the polling operation? Write a sequence of instructions to poll the input 17 at input port 5 to check whether it is switched to zero or not. Figure (a). c) Write a sequence of instructions that will read the contents of input port 7. Mask off all the bits except LSB. The content of LSB will be shifted to CF. If CF =1, then the program will go to start of service routine XXX. Figure (a). d) Describe what type of I/O operation is carried out in Figure (b). Write a sequence of instructions to initialize the control register in PPI O in Figure (b) so that Pa is an output port, PB and Pc are input ports. Initialize all the necessary registers. Ports are configured for mode ( operation. e) Write a program to input the contents of PB and Pc then OR them together and send the resultant to PA. These ports are the PPI O ports in Figure (b). Ports are configured for mode 0 operation. Initialize all the necessary registers. Write comments and Use minimum number of instructions in your programs. 2) The following questions are set up in view of the figures (a,b). a) Describe what type of 1/0 operation is carried out in Figure (a). Write an instruction sequence that will input the byte contents of input port 6 to memory location MEMI. b) What is the polling operation? Write a sequence of instructions to poll the input 17 at input port 5 to check whether it is switched to zero or not. Figure (a). c) Write a sequence of instructions that will read the contents of input port 7. Mask off all the bits except LSB. The content of LSB will be shifted to CF. If CF =1, then the program will go to start of service routine XXX. Figure (a). d) Describe what type of I/O operation is carried out in Figure (b). Write a sequence of instructions to initialize the control register in PPI O in Figure (b) so that Pa is an output port, PB and Pc are input ports. Initialize all the necessary registers. Ports are configured for mode ( operation. e) Write a program to input the contents of PB and Pc then OR them together and send the resultant to PA. These ports are the PPI O ports in Figure (b). Ports are configured for mode 0 operation. Initialize all the necessary registers. Write comments and Use minimum number of instructions in your programs
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started