Knowledge library

Technical Articles

Research, engineering notes, and implementation guidance for assemblers, compiler infrastructure, optimizers, binary tools, and WebAssembly.

2 published entries Nine clearly arranged cards per page, with search, categories, ordering, and structured archive navigation.
Assemblers

Latest entries

Showing 1–2 of 2

ASM

Why Learning GAS Gives You Broad Assembly Power

GAS is a powerful assembler because it supports many CPU architectures through GNU Binutils, including x86, ARM, RISC-V, MIPS, and PowerPC. On x86, it supports both Intel and AT&T syntax. GAS works closely with GCC, Clang, GDB, `ld`, `objdump`, and `readelf`, making it ideal for systems programming, compilers, operating systems, cross-compilation, and low-level development.

Assemblers 2 min read
24reads
Read article →