phf / hello-again

A variety of syscall-only hellos (mirror only, don't bother with PRs)

Home Page:https://git.sr.ht/~phf/hello-again

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A variety of syscall-only hellos

I love learning assembly languages and the best way to start with a "new" one usually is hacking a simple "hello, world" program. I also love working without a standard library, so every single hello.S here uses the SYS_write and SYS_exit_group syscalls directly; yes, so far it's all "Linux only" I am afraid. Of course "love" alone is probably not a good-enough reason to actually develop software in assembly without a standard library; but hey, you can just ignore this repository and go on with your life, right?

About

A variety of syscall-only hellos (mirror only, don't bother with PRs)

https://git.sr.ht/~phf/hello-again

License:BSD Zero Clause License


Languages

Language:Assembly 70.6%Language:Makefile 21.3%Language:Shell 8.2%