This is my assambly examples about:
- basic of x84 architecture
- general assambly commands end operations
- nasm magics:
- define
- makro
- etc.
I have a bash script for compiling, linking and running an example. General usage:
# ./build.sh foldername filename
./build.sh io hello_world