Keil™, An ARM® Company

Technical Support

A51: NAMING ABSOLUTE SEGMENTS


Information in this article applies to:

  • C51 All Versions

QUESTION

Is it possible to assign a name to an absolute segment in assembler?

ANSWER

This is not possible with the A51 Assembler since this is a limitation of the OMF51 Object File Format. You may, however, create a relocatable segment and locate it at a specific address using the linker. Then, the segment will have a name (because it is relocatable).

This is possible when you use the Ax51 Assembler which emits OMF2 Object Modules.

SEE ALSO

Last Reviewed: Thursday, January 24, 2002


Did this article provide the answer you needed?
 
Yes
No
Not Sure