1) Show how to perform 77 x 34 in the HCS12. Store the result in a WORD-size variable called var1.
2) Show how to perform 77 / 3 in the HCS12. Store the quotient in a WORD-size variable called result, and the remainder in a WORD-size variable called remainder.