Question: What is the effect of the following sequence of 68000 instructions? Explain what each individual instruction does, and then explain what the overall effect of the three instructions is. If these instructions were to be replaced by more efficient 68020 code, what would that code be?
LEA 1234,A0
MOVE.L (A0), A0
JMP (A0)