bin86-desc.xml 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2><title>Descriptions</title>
  3. <para>(Last checked against version &bin86-contversion;.)</para>
  4. <sect3><title>Program file descriptions</title>
  5. <sect4><title>as86</title>
  6. <para>as86 is an assembler for the 8086...80386
  7. processors.</para></sect4>
  8. <sect4><title>as86_encap</title>
  9. <para>as86_encap is a shell script to call as86 and convert the created binary
  10. into a C file prog.v to be included in or linked with programs like boot
  11. block installers.</para></sect4>
  12. <sect4><title>ld86</title>
  13. <para>ld86 understands only the object files produced by the as86 assembler. It
  14. can link them into either an impure or a
  15. separate I&amp;D executable.</para></sect4>
  16. <sect4><title>nm86</title>
  17. <para>The symbol table of the binary file.</para></sect4>
  18. <sect4><title>objdump86</title>
  19. <para>Dumps detailed information about a binary file.</para></sect4>
  20. <sect4><title>size86</title>
  21. <para>Summary sizes of the data in a binary file.</para></sect4>
  22. </sect3>
  23. </sect2>