;; This program reads in 2 integers, adds them up, ;; then prints the result. allocate-registers input1 input2 result read input1 read input2 add result input1 input2 write result halt