Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 122 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 122 Bytes

3.11

A. set %rdx to zero.

B. movq $0, %rdx

C.xorq require only 3 bytes, while the version movq need 7 bytes.