modes_fargo.hss 947 B

123456789101112131415161718
  1. [Main]
  2. Title=Fargo II Linking Mode
  3. [Top]
  4. This mode is used to create a program that can be run on a TI-92 with Fargo
  5. II installed. It can be turned on using the <B>'--fargo'</B>
  6. <A HREF="$$LINK(invocation_ld)">command-line option</A> or the
  7. <A HREF="$$LINK(control_fargo)">_fargo</A> control symbol. It uses the Fargo
  8. II output <A HREF="$$LINK(formats)">format</A>, which is binary data wrapped
  9. in an empty TI-BASIC program. It creates a
  10. <A HREF="$$LINK(global_imports)">global import</A> asking for the appropriate
  11. Fargo II header (see <A HREF="$$LINK(global_imports_auto)">Automatically
  12. Created Global Imports</A> for more information). And it also causes the
  13. value of <A HREF="$$LINK(symbols_ld_entry_point)">__ld_entry_point</A> to be
  14. decreased by two, to point to the two size bytes in the TIOS file format
  15. rather than the beginning of the program data.
  16. <BR><BR>
  17. <B>Note:</B> Fargo support must be compiled in for this mode to be available.