a := 0 b := 5 one := 1 c := b + one a := b * c writeInt(a) halt equ a M[0] equ b M[1] equ c M[2] equ one M[3]