ggambetta / libz80

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

[enhancement] return size in Z80Debug #4

Open chriscamacho opened 5 years ago

chriscamacho commented 5 years ago

if Z80Debug returns the size variable then Z80Debug can be used to produce a debug display showing more than just one instruction

lvd2 commented 4 years ago

You can guess size using strlen(dump)/2