Below is the declaration of a longword storage area named SUM. Assume that statements in the program have caused a value to be placed in SUM that is a number between 20,000,000 and 50,000,000. Write assembly language statements that use convert instructions and the WRITESTR subroutine to display the last four digits of the value in SUM without displaying the other digits of the value. For example, if SUM is 32759801, then display 9801 Show any other storage area declarations that you need. Do NOT perform arithmetic on the value in SUM.
SUM: .BLKL 1