bin86-desc.xml 954 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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>
  9. </sect3>
  10. <sect3><title>as86_encap</title>
  11. <para>as86_encap is a shell script to call as86 and convert the created binary
  12. into a C file prog.v to be included in or linked with programs like boot
  13. block installers.</para>
  14. </sect3>
  15. <sect3><title>ld86</title>
  16. <para>ld86 understands only the object files produced by the as86 assembler, it
  17. can link them into either an impure or a separate I&amp;D executable.</para>
  18. </sect3>
  19. <sect3><title>objdump86</title>
  20. <para>No description available.</para>
  21. </sect3>
  22. <sect3><title>nm86</title>
  23. <para>No description available.</para>
  24. </sect3>
  25. <sect3><title>size86</title>
  26. <para>No description available.</para>
  27. </sect3>
  28. </sect2>