18 lines
293 B
Markdown
18 lines
293 B
Markdown
# 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 <name>
|
|
```
|
|
|
|
## Note
|
|
|
|
Most of the programs don't print anything
|
|
Use of gdb highly recomended
|