/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

paul.bone.id.au
| | www.felixcloutier.com
2.4 parsecs away

Travel
| | [AI summary] Technical documentation description of the INVLPG instruction for invalidating translation lookaside buffer entries in Intel processors.
| | www.felixcloutier.com
2.1 parsecs away

Travel
| | [AI summary] A technical reference detailing the RDTSCP instruction behavior, including register operations, privilege level restrictions, and TLB flushing implications for x86-64 processors.
| | www.timdbg.com
1.7 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.
| | divan.dev
13.4 parsecs away

Travel
| [AI summary] The author explains how understanding Go's internal data structure representations and memory management can help developers avoid common language gotchas like slice sharing and interface nil confusion.