| |||||
Technical Support Support Resources
Product Information | A51: MUST ABSOLUTE ASSEMBLER FILES BE LINKED?Information in this article applies to:
QUESTIONI create assembler programs that are not relocatable. My programs consist of exactly one source file. Must I use the linker to link this file and create an absolute object file? ANSWERWhen you use the A51 assembler and you have a single source file (that has no relocatable segments), you are not required to use the linker to link and locate your program. The output from the assembler is an absolute OMF51 object module. Last Reviewed: Sunday, March 12, 2000 | ||||
| |||||