What are you working on? - Programming On Unix
Users browsing this thread: 62 Guest(s)
|
|||
Decided I needed something to work on in evenings that isn't security related, and inspired by Nintendo's recent announcement I've decided to make a NES emulator. I don't think it will do much special, part of me wants to implement the fancy instruction-level parallelism modern CPUs have (pipelining, out-of-order issue + out-of-order completion), but I'll decide on that further down the line.
Reading the documentation, it actually looks a lot easier than I thought it would be, which conveniently makes it a nice non-stressful challenge, which is what I was ultimately looking for. I guess I'll see if I agree with that statement in the next couple of weeks, haha. |
|||