Assembly Language for Beginners

(nextflipdebug2) #1

1.33. MIPS-SPECIFIC DETAILS


We can see that address ofglobal_varis to be written right intoLUIandLWinstructions during executable
file loading: high 16-bit part ofglobal_vargoes into the first one (LUI), lower 16-bit part goes into the
second one (LW).


1.33.2 Further reading about MIPS


Dominic Sweetman,See MIPS Run, Second Edition, (2010).

Free download pdf