1# source file to test assembly of mips32r2 cop2 instructions 2 3 .set noreorder 4 .set noat 5 6 .text 7text_label: 8 # cp2 instructions 9 10 mfhc2 $17, 0x5555 11 mthc2 $17, 0x5555 12 13