Skip to content

Repository to make personal researchs about the assembly language

License

Notifications You must be signed in to change notification settings

megazordcarioca/asm-researchs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

asm-researchs

📚 - 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

How to complile and run an asm program?

  • 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! 🚀

About

Repository to make personal researchs about the assembly language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published