.globl_start.setnoat.setnoreorder.text_start:loop:// load the word from absolute addresslw$2,0x2000($0)// store the word to absolute addresssw$2,0x2004($0)// stop execution wait for debugger/user//break// ensure that continuation does not// interpret random databeq$0,$0,loopnop.datasrc_val:.word0x12345678dst_val:.word0