2026/03/30
16-bit CPU from Scratch in Kotlin (Part 2): Building the CPU
Translating CPU theory into a 16-bit Kotlin emulator: ISA decisions, execution loop, memory model, and testing.
2026/03/30
Translating CPU theory into a 16-bit Kotlin emulator: ISA decisions, execution loop, memory model, and testing.
2026/03/29
A guide to CPU architecture: ISA, registers, memory, ALU, and the fetch-decode-execute cycle.
2026/03/22
A walkthrough of lexing, parsing, FIR, IR, output generation, and compiler plugins.