We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm trying to use the exec function to set a breakpoint which results in a function call. The same BS statement is fine when used outside of an exec call.
Ex:
BS REGNAME,1,functionname() <- works fine
FUNC void somefunction(void) { BS REGNAME,1,functionname() <- "Literal expected" error. }
Is this a limitation of the software? I don't see any such restrictions listed in the help file for exec.
http://www.keil.com/support/man/docs/uv3/uv3_df_exec.htm