bin86-desc.xml 937 B

12345678910111213141516171819202122232425262728293031323334
  1. <sect2>
  2. <title>Contents</title>
  3. <para>The Bin86 contains the as86, as86_encap, ld86, objdump86, nm86 and
  4. size86 programs.</para>
  5. </sect2>
  6. <sect2><title>Description</title>
  7. <sect3><title>as86</title>
  8. <para>as86 is an assembler for the 8086...80386 processors.</para></sect3>
  9. <sect3><title>as86_encap</title>
  10. <para>as86_encap is a shell script to call as86 and convert the created binary
  11. into a C file prog.v to be included in or linked with programs like boot
  12. block installers.</para></sect3>
  13. <sect3><title>ld86</title>
  14. <para>ld86 understands only the object files produced by the as86 assembler, it
  15. can link them into either an impure or a
  16. separate I&amp;D executable.</para></sect3>
  17. <sect3><title>objdump86</title>
  18. <para>No description available.</para></sect3>
  19. <sect3><title>nm86</title>
  20. <para>No description available.</para></sect3>
  21. <sect3><title>size86</title>
  22. <para>No description available.</para></sect3>
  23. </sect2>