Which instruction is not pseudo instructions? O lw $t0,($s0) O li $t0, OxABCDE Olw $t0, X (X is a label defined in .data section) O li $t0, 1 What is the 2's complement of Ox5EC? Note that there are three hex digits, i.e., 12 bits. O OXA15 O OXA14 O 0xA13 O Ox5EC What should be the OFFSET for the following 1w instruction for loading A[8] to $t0? A is a char array and $s0 contains the base address of A. lw $t0, OFFSET($80) O 32 16 Oo 08