Guiding myself trough the hidden path of assembly ia-32
- hello.s "Print message"
- helloInput.s "Basic Input, Print custom message"
- infinityLoop.s "Addressing Modes, Infinity Looping"
- alphabetLoop.s "Loop Instruction Use, Printing the Alphabet"
# Install NASM disassembler
sudo apt-get install nasm
cd src
make