Skip to content

thtomazella/comandos-baixo-nivel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instaladores

Instalação Assembly

  • NASM - Compilador da linguagem Assembly.
  • GCC - Compilador da linguagem C.
  • GNU Make - Sistema de Construção.
  • GDB - Depurador
  • Nano - Editor de texto

Assembly - Compilando

  • nasm -felf64 hello.asm -o hello.o
  • ld -o hello hello.o
  • chmod u+x hello
  • ./hello

C - Compilando

  • gcc hello.c -o hello
  • ./hello

About

Comandos Aleatórios Baixo Nivel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published