/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

c9x.me
| | www.timdbg.com
4.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.
| | www.felixcloutier.com
1.3 parsecs away

Travel
| |
| | paul.bone.id.au
3.8 parsecs away

Travel
| | In this article we take a look at how the operands of x86 instructions are encoded.
| | www.anmolsarma.in
18.5 parsecs away

Travel
| TL;DR: DCCP is a relatively newer transport layer protocol which draws from both TCP and UDP. Jump straight to the example C code. Background Historically, the majority of the traffic on the Internet has been over TCP which provides a reliable connection-oriented stream between two hosts. UDP has been mainly used by applications whose brief transfers would be unacceptably slowed by TCP's connection establishment overhead or those for which timeliness is more important than reliability.