Arm/load1
From ASMBits
Your function will be passed a pointer to a 32-bit word. Write a function that reads this word from memory and returns it.
int load (int *pointer);
Expected solution length: Around 2 lines.
Sample Input
r0=Data
Sample Output
r0=0x123