Check-in 37
If you attend class on 11/29, you will have a chance to do this assignment in-class for the C37 grade

Put the following procedure into SSA form:

      enter main
      [f] := 1 + [g]
      [t] := [f] EQ64 1
      ifz [t] goto LBL
      [f] := [g]
LBL:  [f] := 1 + [g]
      leave main

If you skip class on 11/29, you should complete the above assignment on your own.
Turn your work in on Canvas to the C37 folder by 11:59 PM on 12/3 (the Sunday following 11/29).