symbols_ld_entry_point.hss 781 B

12345678910111213141516
  1. [Main]
  2. Title=__ld_entry_point
  3. [Top]
  4. References to this symbol are resolved to the first address of the program
  5. that contains executable code. If startup sections are defined, this is the
  6. address of the first startup section. However, the exact meaning of the
  7. symbol is defined by the <A HREF="$$LINK(modes)">mode</A> the linker is
  8. operating in, since startup sections do not necessarily need to contain code,
  9. and an "entry point" in the sense of this symbol does not exist in all types
  10. of files.
  11. <BR><BR>
  12. <B>Note:</B> In <A HREF="$$LINK(modes_fargo)">Fargo II mode</A>, all
  13. references to this symbol are manually shifted by two bytes in the negative
  14. direction, since Fargo heavily uses the program variable's address as a base
  15. address, instead of the address of the Fargo header.