Skip to content

skeeto/x86-lookup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Quickly jump to x86 documentation from Emacs

Resources

License

Stars

Watchers

Forks

Packages

No packages published