kosarev / z80

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

disassembled mnemonics for 0xed 0xa3 should be outi #61

Closed mortenjc closed 4 weeks ago

mortenjc commented 1 month ago

One more of the ed 'escape' mnemonics :-)

11c5 ed           ; db 0xed              
11c6 a3           ; and e

should be

11c5 ed a3 ; outi

kosarev commented 1 month ago

Resolved via 7ddaa4cb7512aa7b1abb1f7cd8f2ad8cd8e37558.

kosarev commented 4 weeks ago

Closing this as resolved, but please re-open if something.