skeeto / x86-lookup

Quickly jump to x86 documentation from Emacs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`w`, `d`, and `q` incorrectly parsed as opcodes

io12 opened this issue · comments

One of the x86 manual headers (page 1673/2242 on the combined section 2 PDF) says the following:

VPBROADCASTB/W/D/Q—Load with Broadcast Integer Data from General Purpose Register

Trying to lookup w, d, or q jumps to this header. My guess is that the parser incorrectly treats the text between the slashes as separate instructions.