AArch64 Assembly for People Who Know C
A practical introduction to AArch64 assembly — registers, calling convention, common patterns — written for develope…
3 articles
A practical introduction to AArch64 assembly — registers, calling convention, common patterns — written for develope…
A hand-written lexer for a toy language in about 300 lines of C — no flex, no dependencies, just pointer arithmetic an…
What it feels like to drop into Zig after years of C and Rust — the good, the sharp edges, and the comptime magic.