Assembly:

UALW rt, offset(rs)

Assembly alias, not available in NMS

Unaligned Load Word

Purpose:

Unaligned Load Word. Load word to register $rt from memory address $rs + offset (register plus immediate), guaranteeing that the operation completes even if the address is not word aligned.

Availability:

Assembly alias, not available in NMS

Expansion:

UALWM rt, offset(rs), 1