kosarev / z80

Fast and flexible Z80/i8080 emulator with C++ and Python APIs
MIT License
63 stars 10 forks source link

input_and_output.cpp example missing in and out operands #34

Closed kidmirage closed 2 years ago

kidmirage commented 3 years ago

private: least_u8 memory[z80::address_space_size] = { 0xdb, 0xfe, // in a, (0xfe) 0xee, 0x07, // xor 7 0xd3, 0xfe // out (0xfe), a }; };

kosarev commented 2 years ago

Fixed. Thanks!