Description
"xchg rax, rax" is a collection of assembly gems and riddles I found over many years of reversing and writing assembly code. The book contains 0x40 short assembly snippets, each built to teach you one concept about assembly, math or life in general.
Be warned - This book is not for beginners. It doesn't contain anything besides assembly code, and therefore some x86_64 assembly knowledge is required.
How to use this book? Get an assembler (Yasm or Nasm is recommended), and obtain the x86_64 instruction set. Then for every snippet, try to understand what it does. Try to run it with different inputs if you don't understand it in the beginning. Look up for instructions you don't fully know in the Instruction sets PDF. Start from the beginning. The order has meaning.
As a final note, the full contents of the book could be viewed for free on my website (Just google "xchg rax, rax").
Author: Xorpd
Publisher: Createspace Independent Publishing Platform
Published: 12/09/2014
Pages: 70
Binding Type: Paperback
Weight: 0.17lbs
Size: 8.00h x 5.00w x 0.15d
ISBN13: 9781502958082
ISBN10: 1502958082
BISAC Categories:
- Computers | Programming Languages | Assembly Language
About the Author
Performs a bitwise logical exclusive-OR of the two packed double-precision floating-point values from the source operand (second operand) and the destination operand (first operand), and stores the result in the destination operand. The source operand can be an XMM register or a 128-bit memory location. The destination operand is an XMM register. (Intel(R) 64 and IA-32 Architectures Software Developer's Manual)
This title is not returnable