Consider the instruction LDR R1, \( =0 \times F F F F F F F F \), where the literal \( 0 \times F F F F F F F F \) is placed at an offset of 32 (decimal) from PC. Pick the correct translation of the pseudoinstruction from below? Assume R0 contains constant 0.
a. LDR R1, [PC, \#0x20]
b. LDR R1, [R0, \#0x20]
c. LDR R1, [PC, \#0×32]
d. LDR R1, [R0, \#0x20]
e. None of the above