Arm/findfunction

From ASMBits

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

Write your solution here

Upload a source file...