Hi
I was trying the BIOS audio example and did some simple modification to see of what and how the program is running. Basically in the audio.c I am assign the pipRx buffer to a tempbuffer. I am trying to send this buffer to cbrev , which is an asm file also found in the library supplied. however when the function gets called from the C program, I noticed that it does not begin from the function start, but jumps to middle of the function directly. It is thus not able to read the function parameters correctly, and hence I am not getting the expected result. I am not understanding why the function does not get called from the point where it starts with _cbrev. attaching screenshots
