Problem
1. Write an instruction sequence to add the contents of the data registers at $10 and $20 and store the sum at $30.
2. Write an instruction sequence to subtract the contents of the data register at 0x20 from that of the data register at 0x30 and store the difference in the data register at 0x10.