Explore >> Select a destination


You are here

leventkaya.com
| | seibelj.github.io
2.5 parsecs away

Travel
| | Boston Tech Engineering Leader
| | unsafeperform.io
3.1 parsecs away

Travel
| | [AI summary] The author details their progress in building a CHIP-8 CPU using Haskell, focusing on the internal state modeling, handling of 12-bit registers, and the implementation of intensional behaviors for graphics operations.
| | gergo.erdi.hu
3.1 parsecs away

Travel
| | [AI summary] The author describes implementing a CHIP-8 CPU interpreter in Haskell, detailing the instruction set, state modeling, and signal processing for the RetroChallenge project.
| | www.timdbg.com
18.1 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.