ECE243 Practice Question Website


Main Assembly Programming Input/Output Memory Computer Architecture Advanced Topics

Assembly Programming Questions





Question 21

Given the following data, what is the result of the operation on it? If an instruction is illegal or the result cannot be determined with the information given, clearly state the reason.
d0 = $98237654 d1 = $A68B3237 d2 = $000300FF
d5 = $0D358B45 d7 = $FF00F2D0 a0 = $00009802
a7 = $00001000

	ext.l	d2
	

Answer

Result: d2 = $000000FF