/x86-lookup

Quickly jump to x86 documentation from Emacs

Primary LanguageEmacs LispThe UnlicenseUnlicense

Jump to x86 documentation from Emacs

Requirements:

Set x86-lookup-pdf to the path of your instruction set PDF (from the above link), then use M-x x86-lookup. It will open the PDF at the page for the chosen mnemonic. An index will be built before the first lookup (takes about 10 seconds).

Suggested key binding:

(global-set-key (kbd "C-h x") #'x86-lookup)

To customize PDF display, see x86-lookup-browse-pdf-function. There are a number of functions available targeting popular PDF readers. Pull requests with support for additional PDF readers are welcome.