|
|
|
|
|
by scotttsai
4843 days ago
|
|
The assembly used were relatively simple and for x86-64 Linux (You can tell it's not for Windows by how function arguments were passed). You can actually get a firm grasp of the basics just by reading chapter 3 from Computer Systems: A Programmer's Perspective (http://csapp.cs.cmu.edu/public/samples.html) and practice writing some simple command line programs. |
|