/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.ant0i.net
| | wejn.org
1.9 parsecs away

Travel
| | Brief and very incomplete writeup about how I procrastinated for a few hours.
| | syprog.blogspot.com
4.7 parsecs away

Travel
| | Source code for this article may be found here . The problem of software security has already been raised in my previous articles more ...
| | www.timdbg.com
4.8 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.
| | smayze.com
34.2 parsecs away

Travel
| In the last post, I set up the infrastructure on my newly configured PC to make sure that it can at least communicate and program a chip. I needed to do this before jumping in and starting to program the ?Controll based display module to minimise the number of issues to be encountered. Initial Check...