SCUS Save 3 u short
Revision as of 05:08, 12 August 2025 by Talcall (talk | contribs) (Talcall moved page Store Three Consecutive Halfwords to SCUS Save 3 u short)
# ROUTINE: STORE THREE CONSECUTIVE HALFWORDS # Parameters: # r4 = Destination address # r5 = First halfword value to store # r6 = Second halfword value to store # r7 = Third halfword value to store 00042b1c: a4850000 sh r5,0x0000(r4) 00042b20: a4860002 sh r6,0x0002(r4) 00042b24: 03e00008 jr r31 00042b28: a4870004 sh r7,0x0004(r4)