linuxthor / asmbonsai

Small (73 byte) 64 bit Linux assembly hello world

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asmbonsai

Small x86-64 bit Linux assembly hello world

Compiles to a 73 byte Linux ELF binary

Assemble with:

nasm -f bin -o asmbonsai asmbonsai.asm

Run:

$ chmod +x asmbonsai
$ ./asmbonsai 
Hello, world!
$ 

(BUG: Unfortunately latest versions will print a few extra characters if not run under tmux)

$ ./asmbonsai
����Hello, world!
��
$

About

Small (73 byte) 64 bit Linux assembly hello world


Languages

Language:Assembly 100.0%