Learning Rust by writing a Z80 emulator (blog post series)

I found it best to experiment and output the generated assembly now and then when I want to verify that it's doing what I expect to do. If something is out of place I usually ask about it. Like here Code generation for iterator chains

1 Like