Write a subroutine in 68000 assembly language to compute
\(\sum_{1}^{100}\)
Assume that the$% are signed 8-bit and stored in consecutive locations starting at$504020. Assume that A0 points to the s. Also, write the main program in 68000assembly language to perform all initializations (A0 to $504020, A7 to $406020),call the subroutine, and then compute 2/100. Assume supervisor mode.