📚 - Repository to make personal researchs about the assembly language
🚀 - Objectives:
- Start with the language
- Implement some basic programs
- Implement new systems
- Implement a complex system
- Implement a CPU
- If you using a nasm to build:
- Build your code using: "nasm -f elf 'name of program.s or .asm' ";
- After that run command: "ld -s -o 'name of your program' 'name of output program.o' -m elf_i386";
- Than...run!
Have Fun! 🚀