Suppose that the instruction format for a modified Little Man Computer requires 2 consecutive locations 4 each instruction. The high-order digits of the instruction re located in the 1st mail slot, followed by the low-order digits. The IR is large enough to hold the entire instruction and can be addressed as IR[high] and IR[low] to load it. You may assume that the op code part of the instruction uses IR[high] and that the address is found in the IR[low]. Write the fetch-execute cycle for an ADD instruction on this machine.
2007-11-15
09:53:08
·
1 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design