symbols_comment.hss 447 B

12345678910111213
  1. [Main]
  2. Title=_comment
  3. [Top]
  4. Usually, this symbol is not handled in a special way. However, if it does
  5. not exist at all, it is redirected to the entry point of the program. The
  6. effect is that constructs of the form
  7. <PRE>.word _comment-<I>entry_point</I>
  8. </PRE>
  9. resolve to 0 if the symbol is undefined.
  10. <BR><BR>
  11. The kernel headers reference this symbol as the comment string of the
  12. program. If it exists, it must be a zero-terminated ASCII string.