Explore >> Select a destination


You are here

embedded.fm
| | lenholgate.com
3.0 parsecs away

Travel
| |
| | feertech.com
3.3 parsecs away

Travel
| | In which we write our first simple machine code
| | www.timdbg.com
3.1 parsecs away

Travel
| | [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.
| | blog.dhsdevelopments.com
20.6 parsecs away

Travel
| For the last few years, I've solved some of the Advent of Code problems using Kap. It's turned out to work quite well, and Kap has turned...