Exploser / hello_world

Nothing, just hello world in x86.

Repository from Github https://github.comExploser/hello_worldRepository 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!

About

Nothing, just hello world in x86.


Languages

Language:Makefile 75.8%Language:Assembly 24.2%