Skip to content

phenpessoa/yt-asm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run on linux with intel x86-64 arch.

sudo apt install gcc
as asm1.s -o asm.o
gcc -o asm asm.o -nostdlib -no-pie
./asm

Change asm1.s to any other file to compile any of the three codes.

About

Simple x86 aseembly codes made on my youtube channel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published