• Where are function parameters/return values stored?
    Hi, I'm looking at calling an ASM routine from some C code. I'd like to pass some parameters into the ASM routine, and have it return a value. I don't believe function arguments are passed on the stack...
  • where to store calibration data in flash
    hello to everyone, there's a example programm from ADI how to store some calibration data in flash-memory at runtime. They just use page 120..123 A hazard game, how to avoid collision with...
  • Where's the tools customization info stored ?
    Hi, I've customized my tools menu with a new DOS command: it works perfectly but the problem is that I can't find where this customization is stored! Couldn't find it when editing my .uv|.opt files...
  • Where does RL-RTX store function return addresses?
    Hi Everyone. I am a little confused about something. Let's Suppose I'm running some concurrent tasks in RL-RTX. and let's say one of those tasks is calling a chain of functions ( a function that...
  • 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;...