Tagged articles
2 articles
Page 1 of 1
Deepin Linux
Deepin Linux
Dec 9, 2024 · Fundamentals

Comprehensive Guide to x86 Assembly Language and GNU Syntax

This guide provides a thorough introduction to x86 assembly language, covering GNU syntax, CPU architecture, registers, instruction formats, data types, memory models, and practical examples with NASM and GNU as, enabling readers to write efficient low‑level code and deepen their understanding of computer systems.

AssemblyGNURegisters
0 likes · 30 min read
Comprehensive Guide to x86 Assembly Language and GNU Syntax
Liangxu Linux
Liangxu Linux
Dec 21, 2023 · Fundamentals

Essential ARM Assembly Instructions Every Linux Developer Should Know

This guide presents the most commonly used ARM assembly instructions—including data processing, transfer, status register access, load/store, exception handling, and pseudo‑ops—explaining their syntax, purpose, and example usages for understanding Linux system startup.

ARMAssemblyboot
0 likes · 8 min read
Essential ARM Assembly Instructions Every Linux Developer Should Know