akorb / small_hello_world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A small Hello World program (113 bytes) with a valid ELF header written in x86-32 assembly.

It requires the nasm assembler and a Linux-based operating system.

You can verify the header is valid with the following shell command in that the output does not complain.

readelf -a hello_world

The size of the binary can be calculated with:

wc -c hello_world

About

License:GNU General Public License v3.0


Languages

Language:Assembly 95.5%Language:Makefile 4.5%