fay59 / x86doc

HTML representation of the Intel x86 instructions documentation.
http://www.felixcloutier.com/x86
The Unlicense
457 stars 75 forks source link

Opcode tables messed up for some instructions (formatted as non-table) #7

Open pcordes opened 6 years ago

pcordes commented 6 years ago

Some entries have clean tables for the various forms of the instruction, like 66 0F C2 /r ib CMPPD xmm1, xmm2/m128, imm8.

But others don't use table formatting, and are a total mess: In http://felixcloutier.com/x86/IMUL.html every cell becomes a separate paragraph.