Skip to content

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 assembly codes made on my youtube channel

Resources

Stars

10 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages