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.
sicp-all-tasks/sicp/5_002e16

7 lines
269 B

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.