Question: A 68000 subroutine is designed to search a table for a longword. On entry, AO contains the starting address of the table to be searched, DO contains the longword to be matched, and D2 contains the total number of entries in the table. First write a 68000 subroutine to perform the search, and then write a 68020 subroutine to perform the same action (making the best use of the 68020 facilities). Your subroutine must not modify the contents of AO.