Blah:
Hey Elly i need help.. Dz anyone
Add more examples
This project started as a simple staticly linked elf64 binary for Linux It prints text to the terminal, but it is designed to be fun to play with in a hex editor.
I reccomend jpico from Joe's own Editor.
It is now a whole collection of amd64 asm examples. Demoing various things
The first two samples are built with the JWasm assembler, Which is an open source assembler compatible with MASM v6 I did this to get comfortable, while relearning the ropes. I reccomend kicking the habbit as fast as possible NASM/YASM is a much better asm. And you get debugging symbols..
We use musl-gcc for linking.. If you're going to go through all this effort you might as well use, the better libc.