Skip to content

Latest commit

 

History

History
20 lines (7 loc) · 165 Bytes

File metadata and controls

20 lines (7 loc) · 165 Bytes

Question 39

How do we multiply rax by 9 using exactly one instruction?

Answer

lea rax, [rax + rax*8]

prev +++ next