libz80 icon indicating copy to clipboard operation
libz80 copied to clipboard

[enhancement] return size in Z80Debug

Open chriscamacho opened this issue 7 years ago • 1 comments

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

chriscamacho avatar Dec 16 '18 17:12 chriscamacho

You can guess size using strlen(dump)/2

lvd2 avatar May 21 '20 23:05 lvd2