⭐ Ratings & Reviews
No reviews yet — be the first!
No reviews yet.
📖 Description
Unlike high-level languages such as Java and C++, assemblylanguage is much closer to the machine code that actually runscomputers; it's used to create programs or modules that are veryfast and efficient, as well as in hacking exploits and reverseengineering
Covering assembly language in the Pentium microprocessorenvironment, this code-intensive guide shows programmers how tocreate stand-alone assembly language programs as well as how toincorporate assembly language libraries or routines into existinghigh-level applications
Demonstrates how to manipulate data, incorporate advancedfunctions and libraries, and maximize application performance
Examples use C as a high-level language, Linux as thedevelopment environment, and GNU tools for assembling, compiling,linking, and debugging