|
You are here |
craigjb.com | ||
| | | | |
github.com
|
|
| | | | | GNU toolchain for RISC-V, including GCC. Contribute to riscv-collab/riscv-gnu-toolchain development by creating an account on GitHub. | |
| | | | |
nercury.github.io
|
|
| | | | | Articles and tutorials about Rust, Embedded development and Computer Graphics. | |
| | | | |
lupyuen.org
|
|
| | | | | How we build and debug Embedded Rust Firmware for PineCone BL602... With VSCode and GDB | |
| | | | |
www.timdbg.com
|
|
| | | [AI summary] This article provides an introduction to reading x86 assembly language, emphasizing its importance for understanding how programs operate at a fundamental level. It covers the basics of assembly syntax, common instructions, and practical tools for reading and analyzing assembly code. The author explains that while assembly is often viewed as complex, it's actually more approachable than many believe, especially for debugging and reverse engineering tasks. The article also highlights the differences between Intel and AT&T syntax, the structure of assembly instructions, and the role of registers and memory addressing in x86 architecture. | ||