• Relative jumps in .SRC files
    After compiling a .C file with the SRC directive to produce an assembler output file I have difficulty understanding releative jumps in the .src file. e.g. the line JC $ + 5H LJMP ?C0007 ...
  • Relative timing of os_time_get() and os_itv_wait()
    In a very simple task containing an infinite loop and running on os_itv_wait() I would like to measure how long the code takes to run using os_time_get(). For example if os_itv_wait() lets my code run...
  • Relative project file paths
    Hi, With new uVision4 the file paths in project are not saved as they were entered, so there's no way to save relative paths because uVision4 automatically converts them to absolute. The problem is...
  • PC-Relative label as binary operand
    Hello, Maybe my question is not unique, sorry for that, but I did't find a solution. So I gonna ask: How do I use labels in binary expressions? For example: AREA STACK, NOINIT, READWRITE...
  • Offset to a member of a structure (relative to that structure)
    I have a structure I would like to compute the offset to members within. I've attempted this numerous ways all of which fail to generate a CONSTANT offset instead the compiler insists and create...