Hacker News new | ask | show | jobs
by eatonphil 2012 days ago
I'd also recommend writing an emulator for real or fake (e.g. CHIP-8) hardware. It seems complicated but the core loop gets pretty simple. It ends up giving you a much better view of both assembly and pointer semantics (useful for better understanding C).
1 comments

That’s in my original list from last year!
Ah, good call. I missed the link that this was a follow up post.