Posts tagged "assembly"

Hello from a compiler-free x86-64 world

Last update: 2018-04-07.

Tags: programming, assembly

I've stumbled upon two posts where Jessica McKellar demonstrates how to make a C program on Linux without using libc. They were written in 2010 when 32-bit x86 was far from extinct though, and use the old 32-bit ABI—a problem most examples of low level programming on UNIX-like systems suffer from, even if it's not their fault.

Read more