• STR9 + RealView: Absolute placement of the startup code
    Hello, I want to place my startup code at different absolute locations to support a bootloader. I was hoping that the RealView assembler will allow something like the below code snippet, that works...
  • STR9 + RealView: Absolute placement of the startup code
    Hello, I want to place my startup code at different absolute locations to support a bootloader. I was hoping that the RealView assembler will allow something like the below code snippet, that works...
  • User Stack Placement
    I am considering placing the user stack into internal ram. It defaults into near which is assigned to the first 16k external ram. I am a bit confused about the asm in the startup file. The section Ex...
  • User Stack Placement
    I am considering placing the user stack into internal ram. It defaults into near which is assigned to the first 16k external ram. I am a bit confused about the asm in the startup file. The section Ex...
  • LX51, ?STACK Segment Placement Oddities
    I want to fix two variables at the top of IDATA using the _at_ keyword, a 1 byte variable at 0xFD and a 2 byte variable at 0xFE (both variables are in two separate C modules, so two segments are created...