• about the pointer point to the function
    Hi: I want to build an array that contain the pointer of some function in our program. a simulated example is as below //claim two function int x(void); int y (void); main() { int *(p)(void...
  • about the pointer point to the function
    Hi: I want to build an array that contain the pointer of some function in our program. a simulated example is as below //claim two function int x(void); int y (void); main() { int *(p)(void...
  • debugger pointing to wrong code lines
    Hi, I need some help figuring out some bizarre behavior with the uVision debug environment. If I set a breakpoint in the following code, the debugger stops at the line labeled --BP-- for any and...
  • debugger pointing to wrong code lines
    Hi, I need some help figuring out some bizarre behavior with the uVision debug environment. If I set a breakpoint in the following code, the debugger stops at the line labeled --BP-- for any and...
  • Pointer stored in wrong code class.
    Can anyone tell me why the following code for the C167 will place the pointer in either the NDATA0 class or the XDATA0 class depending on which line is uncommented? typedef struct { short type;...