• how to save 2byte code address to stack manually
    Hello, I have a function void myfunc(int){...} I want to place the address of this function on the stack, so that later I can use RET to pop the address back. May I know how to do this in C code? ...
  • how to save 2byte code address to stack manually
    Hello, I have a function void myfunc(int){...} I want to place the address of this function on the stack, so that later I can use RET to pop the address back. May I know how to do this in C code? ...
  • Stack save/restore code example
    Hi, I'm devlopping a application based on a 8-bit microcontroller and i'm looking for a code example in assembly in order to save/restore CPU stack (return address on 16 bits) in external RAM (xdata...
  • Stack save/restore code example
    Hi, I'm devlopping a application based on a 8-bit microcontroller and i'm looking for a code example in assembly in order to save/restore CPU stack (return address on 16 bits) in external RAM (xdata...
  • EXC_RETURN when is floating point stack save?
    On the M4F when does the EXC_RETURN bit[4] get cleared to indicate the floating point stack is saved? Specifically does the core push the floating point stack (S0-S15) on the stack anytime the floating...