David Tyler's Blog
Technical writing mostly focused on emulating old systems.
Posts with the tag 8080:
Bringing emulation into the 21st century
2021-05-01
3119 words
15 minutes
emulation
8080
spaceinvaders
satire
What happens when you apply 21st century application design to the emulation of old arcade machines? How much can we improve the emulation community?
Experiments in 8080 static/jit compilation
2021-01-15
2331 words
11 minutes
emulation
8080
csharp
clr
Is it possible to recompile 8080 assembly into CLR IL? Can that be extended to deliver the Space Invaders arcade machine as a dynamically recompiled CLR binary?