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_002e9

5 lines
279 B

Exercise 5.9: The treatment of machine operations
above permits them to operate on labels as well as on constants and the
contents of registers. Modify the expression-processing procedures to enforce
the condition that operations can be used only with registers and constants.