/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

blog.dornea.nu
| | programmingpraxis.com
2.7 parsecs away

Travel
| | Today's exercise comes from one of those online code exercises, via Stack Overflow: There is a machine that can fix all potholes along a road 3 units in length. A unit of road will be represented by a period in a string. For example, "..." is one section of road 3 units in length. Potholes...
| | www.technovelty.org
3.9 parsecs away

Travel
| |
| | eklausmeier.goip.de
3.8 parsecs away

Travel
| |
| | www.timdbg.com
18.4 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.