|
You are here |
jborza.com | ||
| | | | |
gergo.erdi.hu
|
|
| | | | | [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. | |
| | | | |
unsafeperform.io
|
|
| | | | | [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. | |
| | | | |
cgmathprog.home.blog
|
|
| | | | | Emulators So... what is an emulator? Let's say you want to play an old game from the MS-DOS era. You have the DUKE3D.EXE file, you launch it and ...nothing happens. But why? Old systems had a different architecture from your PC. Loosely speaking, your PC doesn't recognize the program and refuses to execute it. You | |
| | | | |
blog.squix.org
|
|
| | | Logic Analyzers can be quite useful to test and analyze hardware. In this short video I explain how to use the cheap LHT00SU1 logic analyzer together with PulseView on Mac OS X to test a new ESP32 development board. https://youtu.be/PHADbXs1rJQ Here is the code used to create the signals #include uint8_t pins [] =... | ||