# Simple programs written in x86-64 asm as an learning exercises ## Requirements - [yasm](https://yasm.tortall.net/) - [ld](https://www.gnu.org/software/binutils/) ## Compiling ``` bash ./build.sh ``` ## Note Most of the programs don't print anything Use of gdb highly recomended