so I have task to dissasemble fpu commands, you can find them here http://mathemainzel.info/files/x86asmref.html#float
And for example take FADD command. It has D8 /0 d0 d1 code, where d0 d1 is Displacement [Low-byte High-byte]. So, my question is what /0 means? On the top of the page it is written:
/0~7 2nd or 3rd Opcode (MODRM bits 5,4,3 from reg field)
However, I do not understand what it means and maybe you have clear explanation what means / and digit after it. Does it make some sense at all? Thank you!