5. Write an Assembly Language Program that adds 5 bytes of data and saves the result. The data should
be the following hex numbers: 25H, 12H, 15H, IFH, and 2BH.
6. Write an Assembly Language Program that adds four words of data and saves the result. The values
will be 234DH, 1DE6H, 3BC7H, and 566AH. Verify that the sum is D364.