ggambetta / libz80

An emulator of the Z80 processor (C library)
145 stars 32 forks source link

Fix Z80Debug function when printing OPs with two bytes. #14

Closed internalregister closed 2 years ago

internalregister commented 2 years ago

A fix for the Z80Debug function that did not print the correct information for two OPs which have two bytes as parameters.

ggambetta commented 2 years ago

Thanks for doing this!