Skip to content

PavelDanov/assembly-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

assembly-playground

Building on Linux or in WSL

as exit.s -o exit.o
ld exit.o -o exit

# with debug symbols
as exit.s -g -o exit.o

Run & Debug

# run
./exit

# see result
echo $?

# use gdb to debug
gdb ./exit

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors