# Problem Which instruction would you use to load a signed byte of data from memory into register `r0`? # Process ... # Answer ``` LDRSB r0, [r4] ```