GithubHelp home page GithubHelp logo

ss3681755 / x86doc Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fay59/x86doc

0.0 0.0 0.0 2.54 MB

HTML representation of the Intel x86 instructions documentation.

Home Page: http://www.felixcloutier.com/x86

License: The Unlicense

Python 99.49% CSS 0.51%

x86doc's Introduction

x86doc

I needed a parsable copy of Intel's x86 instruction set documentation for a personal project, so I downloaded volumes 2A and 2B of the Intel® 64 and IA-32 Architectures Software Developer's Manual (which can be found here and here, respectively), and used a online PDF-to-HTML tool to transform them to HTML files. Unfortunately, the result was beyond terrible and absolutely unusable.

They say that you're never better served than by yourself, so I took the matter into my own, pdfminer-gloved hands to extract HTML pages straight from the documentation PDF themselves.

This is still not perfect, but it's already much better than the other solution (and it doesn't involve an ugly third-party).

How To Run

  1. Install pdfminer;
  2. Get yourself a copy of the Volume A and Volume B PDFs.
  3. pdfminer doesn't understand how these are encrypted, so print them to PDF, both starting only from the first instruction in the document (not the whole document);
  4. Run python extract.py vol2a.pdf vol2b.pdf;
  5. Go grab a coffee;
  6. Enjoy your documentation set.

The set is also available online at felixcloutier.com/x86.

x86doc's People

Contributors

fay59 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.