Nios/findfunction
From ASMBits
nios/findlabelPrevious
Nextnios/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
r2=0x04000000
nios/findlabelPrevious
Nextnios/findme