Arm/findfunction
From ASMBits
arm/findlabelPrevious
Nextarm/findme
You are provided a function named MyFunc. Write a function that will return the first instruction (32-bit word) of the function MyFunc.
Expected solution length: Around 3 lines.
Sample Input
[none]
Sample Output
r0=0x04000000
arm/findlabelPrevious
Nextarm/findme