Hacker News new | ask | show | jobs
by johannkokos 2338 days ago
Any one know if there is a text version of Intel's instruction set reference? Intel does provide a pdf, but I wish I can open a text file in vim and quick search through it.
2 comments

This might be of interest to you: https://github.com/wbenny/ia32-doc
You can find here https://www.felixcloutier.com/x86/ a machine-read conversion of the intel reference manual. Maybe you could ask him how he did!