| |||||
Technical Support Support Resources
Product Information | BL51: DP, DS AND DL DIRECTIVESInformation in this article applies to:
QUESTIONSomewhere I have seen the DP, DS and DL linker directives mentioned. I cannot find any reference to them in the 8051 Utilities manual. What do they do? ANSWERDP is an abbreviation for the DEBUGPUBLICS directive, DS is an abbreviation for the DEBUGSYMBOLS directive and DL is an abbreviation for the DEBUGLINES directive. The directives have the following meanings:
These directives are the default settings for the linker, so the following two linker invocations generate an OMF-51 file containing the same information: BL51 EXAMPLE.OBJ TO EXAMPLE DL DS DP BL51 EXAMPLE.OBJ TO EXAMPLE To set up the linker in µVision:
MORE INFORMATION
Last Reviewed: Friday, July 15, 2005 | ||||
| |||||