Consider the following instruction sequence: #M:, N:, etc. are labels and may be used to identify instructions later # R
Posted: Sun May 15, 2022 1:27 pm
Consider the following instruction sequence:
#M:, N:, etc. are labels and may be used to identify
instructions later
# Register F holds the location of the instruction labeled
Q:
M: Add A, 1, 7
N: jmpR F
O:
Add 3, F, A
P:
Add 2, 3, 4
Q: Add 4, 5, 6
R: Add 5, 6,
7
S:
Add 7, 4, 5
T
Add 7, 8, 9
U:
Add D, E, D
V: Add 3, 2,
1
Use a tabular format (as we did in class and on HW) for the
pipeline and its stages to show what happens. Stop after the
instruction at V: enters the pipeline.
#M:, N:, etc. are labels and may be used to identify
instructions later
# Register F holds the location of the instruction labeled
Q:
M: Add A, 1, 7
N: jmpR F
O:
Add 3, F, A
P:
Add 2, 3, 4
Q: Add 4, 5, 6
R: Add 5, 6,
7
S:
Add 7, 4, 5
T
Add 7, 8, 9
U:
Add D, E, D
V: Add 3, 2,
1
Use a tabular format (as we did in class and on HW) for the
pipeline and its stages to show what happens. Stop after the
instruction at V: enters the pipeline.