Description: The EXESTR comment record implements these ANSI and UNIX features in c:

o

o
     The Subrecord Format is:
          1 byte   <variable>  (bytes)
         ÚÄÄÄÄÄÄÄÂÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ¿
         ³  A4   ³ Arbitrary text                      ³
         ÀÄÄÄÄÄÄÄÁÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÙ
         The linker will copy the text in the "arbitrary text" field
         byte for byte to the end of the executable file.  The text
         will not be included in the program load image.

EXESTR executable string record
Notes:

If debug information is present, the text will not be at the end of the file, but somewhere before so as not to interfere with the debug signature.

There is no limit to the number of EXESTR comment records.


[Back: 88H COMENT Comment Record]
[Next: 88H WKEXT Weak Extern Record (comment class A8)]