Just a simple hello world in assembly.
compile with as {filename}.s -o {filename}.o run with: gcc -o {name} {filename}.o -nostdlib -static or just run the Makefile!
Nothing, just hello world in x86.
Repository from Github https://github.comExploser/hello_world
Just a simple hello world in assembly.
compile with as {filename}.s -o {filename}.o run with: gcc -o {name} {filename}.o -nostdlib -static or just run the Makefile!
Nothing, just hello world in x86.