Just using a regular interpreter to emulate the CPU. This is my first attempt at making an emulator myself, so I wanted to stick to something basic. Once I start expanding, gaining more skills, and after I actually finish making this one work, I'd like to make a Z80 recompiler just to get more familiar with how recompilers can be implemented in emulators. I'd also like the chance to finally learn some x86, x64, and even ARM assembly. That's all in the future though. For now though, still sorting out a few of the LCD registers, and then getting input to work. It's been a fun educational experience so far
