|
You are here |
paul.bone.id.au | ||
| | | | |
www.felixcloutier.com
|
|
| | | | | [AI summary] Technical documentation description of the INVLPG instruction for invalidating translation lookaside buffer entries in Intel processors. | |
| | | | |
www.felixcloutier.com
|
|
| | | | | [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
|
|
| | | | | [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
|
|
| | | [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. | ||