• how keil load position position independent code?
    Hi: I'm try debug position independent code in Keil, but found the keil Load command did not support add base address. Question: How to load position independent code into RAM? code like flash...
  • Segment Naming in linker directive file
    Hi, I am using the linker LX51 ver3.30. I have two questions regarding the linker directive control file: 1. Whats the difference between using the linker directive ?PR?*?module_name and ?PR?module_name...
  • Assembler Directive for Segment Length used
    Hi Is there a Assembler directive to calculate or indicate the used space in a Segment? I want to clear a portion of RAM which contains x amount of variables. I know that I can read the length...
  • cursor position
    hello, i am working on a 8051 controller..i have to display a certain message on a particular location on the terminal...is there any function through which i can set the cursor position..??or any other...
  • Positioning a function in a Position Independent Executable
    Hi, I am using ARM DS-5 version 5.21.1 and trying to develop a Position Independent Executable project. So far, compilation with --bare_metal_pie looks OK. Next, I would like to place a function (so...