Implementing Procedures
lA procedure is just some fixed code we jump to to perform some computation.
lWe
put the arguments to the procedure into pre-agreed standard registers, and get the result from another register.
lThe
jsub instruction can be used to
get the return address.