Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 280 Bytes

ex5.10.md

File metadata and controls

8 lines (5 loc) · 280 Bytes

We modify op to be a single expression

e.g. (test (op = (reg n) (const 0))) instead of (test (op =) (reg n) (const 0))

We also modify assignment to have source before destination

e.g. (assign (label after-expt) continue) instead of (assign (label after-expt) continue)