Consult the Coldfire Family Programmer's Reference Manual by
clicking on CFPRM.pdf
in the on-line version of this handout, and then determine what the MOVEM.L
instruction does. In particular, explain what the following two instructions
do: MOVEM.L A0-A5/D7,-(SP)
MOVEM.L (SP)+,A7/D0-D5