Source: Vintage National Geographic
Summary
National Geographic magazine scans from the 1800s are available.
Fact
Source: The Adventures of Writing a CHIP8 Emulator – Part 1
Summary
The author wrote a CHIP8 emulator in C because they enjoy understanding things deeply and found the complexity of modern software unnecessary. They take the reader through their journey without giving a step-by-step guide.
Facts:
🖥️ The author wrote a CHIP8 emulator in C.
🤖 CPU reads instructions from memory, interprets it, and does what it says.
💾 The register, a small memory inside the CPU, holds data for the CPU to use.
🔢 CHIP8 is an 8-bit CPU, registers can store 8 bits of data, or one byte.