What is a relatively quick and easy method of looking up what an arbitrary opcode means (say, 0xC8) in x86?
The Intel Software Developer’s manual isn’t very fun to search through…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Check this very complete table of x86 opcodes on x86asm.net.
Just
CTRL+Fand you’re done! Be sure to read the correct line tho, asC8for example may appear in several locations.