Suppose the pointer Z points to the following character array in memory, which is at address 0xABCD:
['1', '3', '2']
Given the following assembly snippet, what is the value of r24 after the snippet executes?
Ans: (please enter your answer in byte-form as a hexadecimal number prefixed with 0x, such as 0xFF for 255)
ld r23, Z+
ld r24, Z