There are so many sites have the same references of asm descriptions, such these
---------------------------------------------------------------------
X86 Opcode and Instruction Reference
Resources
This reference has been completed using the following resources:
Intel iAPX 86/88, 186/188 User's manual
---------------------------------------------------------------------
or even Wikipedia
http://en.wikipedia.org/wiki/X86_instruction_listings#Added_with_80186.2F80188
---------------------------------------------------------------------
or this one http://x86.renejeschke.de/
---------------------------------------------------------------------
or this one PMOVMSKB--Move Byte Mask to General-Purpose Register
_______________________________________
basically all of them share the same resource which from intel manual. however i am dealing with asm instructions and i want to add them as hints in the learning section in my application, i was thinking to write the description from scratch, here is an example PMOVMSKB (Move Byte Mask...), if i change what does it mean (move byte mask) or (it's description as intel manual provided to us) it will make no sense at all.
so since all those sites show the descriptions can i do the same thing in my application and link it with 64-ia-32-architectures-software-developer-vol-2a-2b-instruction-set-a-z-manual as they did?