Answered step by step
Verified Expert Solution
Question
1 Approved Answer
There are different techniques to map the macro instruction op-code into control memory address. Formulate a mapping process that will provide eight control words for
There are different techniques to map the macro instruction op-code into control memory address. Formulate a mapping process that will provide eight control words for each of the memory reference operations (7 operations), Register reference instruction and I/O instruction for the computer given in class. Assume that the Control Memory size is 256 words. This was a mapping table for the computer described in the class.
Mapping Module (MM) Input Into RAR Instruction 115 114 113 112XXXXXXXX AND ADD LDA STA BUN BSA ISZ RRI 0 8 16 24 32 40 48 56 64 1 0 0 X 1 1 0 X Notes Assuming each Instruction is given B bits 8 (Should be any power of 2) The input into RAR becomes the starting address for the instruction routine. Mapping Module (MM) Input Into RAR Instruction 115 114 113 112XXXXXXXX AND ADD LDA STA BUN BSA ISZ RRI 0 8 16 24 32 40 48 56 64 1 0 0 X 1 1 0 X Notes Assuming each Instruction is given B bits 8 (Should be any power of 2) The input into RAR becomes the starting address for the instruction routineStep 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