If I understand it correctly, register file is an array of integers. So I first need to convert the register $a0 to binary, right? Once I've done that, how would I access its individual bits? I think I may need to use a mask but I can't think of a way to access individual elements of register after I ORed or ANDed it.
Thank you