Good reference for x86 assembly instructions [closed]
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
开发者_开发问答 Improve this questionI'm looking for a good reference for x86 assembly instructions with all the information about the instructions like the opcode, size etc.
You might want to have a look at the Intel Architecture Developer's Manuals, especially volume 1 (basic architecture) and volumes 2A and 2B (instruction set reference).
Here is another: http://ref.x86asm.net/
http://www.felixcloutier.com/x86/
Generated from the Intel® 64 and IA-32 Architectures Software Developer’s Manual, volumes 2A and 2B.
Includes AVX version of SSE instructions.
More info at Github zneak/x86doc.
精彩评论