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.
7 lines
350 B
7 lines
350 B
|
|
Exercise 5.13: Modify the simulator so that it
|
|
uses the controller sequence to determine what registers the machine has rather
|
|
than requiring a list of registers as an argument to make-machine.
|
|
Instead of pre-allocating the registers in make-machine, you can
|
|
allocate them one at a time when they are first seen during assembly of the
|
|
instructions.
|
|
|