September 2023
Intermediate to advanced
688 pages
25h 59m
English
The previous chapter introduced the fundamentals of x86-64 assembly language programming. You learned how to perform integer arithmetic using x86-64 assembly language instructions. You also studied the use of bitwise logical and shift instructions. Perhaps most importantly, your initiation to x86-64 assembly language programming has covered a slew of practical details including source code syntax, assembler directive usage, and calling convention requirements for function arguments and return ...