Explore >> Select a destination


You are here

gergo.erdi.hu
| | unsafeperform.io
0.0 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.
| | perkin.org.uk
1.8 parsecs away

Travel
| | [AI summary] This post details the completion of a node.js-powered 8-bit CPU project by integrating shift registers and logic chips to write and read data on a 6809 processor connected to a Raspberry Pi.
| | daveshacks.blogspot.com
3.0 parsecs away

Travel
| | This is one of a number of posts on my work on reverse engineering the armv1 processor. The first in the series, and an index of the other ...
| | lisyarus.github.io
26.8 parsecs away

Travel
| [AI summary] A developer documents their journey implementing and optimizing Gaussian blur using compute shaders in OpenGL, comparing performance against traditional fragment shader methods.