Write a 68000 assembly language subroutine, ROTMEM, which rotates the elements (words-size) of an array stored at location point to by (A0). The depth of the array is stored as the first element. The amount of rotation is passed to the subroutine in D0. The rotated array is kept in the same place in memory. Make sure no registers are changed.