so I'm trying to learn ARM, and am practicing by taking a character array pointer from C, copying that string, and returning a pointer to a different character array. I've written up this code (commented with what I assume I happening):so I'm trying to learn ARM, and am practicing b