• Using 'exec("g")' command in a FUNC
    Hello I've been able to successfully use the 'g' debug command on its own in an 'ini' file using µVision's simulator (ver 5.13). Using this function I've been able to move from breakpoint to breakpoint...
  • Using 'exec("g")' command in a FUNC
    Hello I've been able to successfully use the 'g' debug command on its own in an 'ini' file using µVision's simulator (ver 5.13). Using this function I've been able to move from breakpoint to breakpoint...
  • exec command using BS x, y, z() produces errors
    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...
  • exec command using BS x, y, z() produces errors
    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...
  • program exec well in simulator but not when loaded in target
    Hi All i have written routines for 8051RD2,after compiling and building target i tried this program with simulator,it was working fine and was giving me the desired o/p,but when hex file for this routine...