Code examples from the mmap lecture
Source code from the mmap "lecture": https://www.youtube.com/watch?v=sFYFuBzu9Ow
Install gcc and nasm. Both are probably available in your Linux distro repo. Simple $ make should just build everything.
$ make
tsoding
Back