Question: Translate the following fragment of high-level language into 68000 assembly languagez
IF T = 5
THEN X := 4
END_IF
Assume that T and X are in memory. Write a program to implement this fragment of code and run it on the 68000 simulator. Select your own values for variables T and X. Use the simulator's trace mode to observe the behavior of the program.