This website requires JavaScript.
Explore
Help
Register
Sign In
winsdominoes
/
assembly-playground
Watch
1
Star
0
Fork
You've already forked assembly-playground
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
63ba3e6da3
assembly-playground
/
x86
/
minimum
/
Makefile
4 lines
88 B
Makefile
Raw
Blame
History
default
:
as minimum.asm --32 -o minimum.o
gcc -o minimum.elf -m32 minimum.o -nostdlib
Reference in New Issue
View Git Blame
Copy Permalink