Open pcordes opened 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.
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.
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.