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.
|
|
|
Exercise 5.16: Augment the simulator to provide
|
|
for
|
|
instruction tracing. That is, before each instruction is
|
|
executed, the simulator should print the text of the instruction. Make the
|
|
machine model accept trace-on and trace-off messages to turn
|
|
tracing on and off.
|
|
|