You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
382 B
8 lines
382 B
2 years ago
|
|
||
|
Exercise 5.17: Extend the instruction tracing of
|
||
|
Exercise 5.16 so that before printing an instruction, the simulator
|
||
|
prints any labels that immediately precede that instruction in the controller
|
||
|
sequence. Be careful to do this in a way that does not interfere with
|
||
|
instruction counting (Exercise 5.15). You will have to make the
|
||
|
simulator retain the necessary label information.
|