objdiff icon indicating copy to clipboard operation
objdiff copied to clipboard

Instruction count mismatch

Open tomsons26 opened this issue 10 months ago • 0 comments

Image Note - edited code to add a print to see what the mismatch is with ui.label(format!("Instruction count mismatch {} != {}", left_symbol_diff.instruction_rows.len(), right_symbol_diff.instruction_rows.len()));

instcountissue.zip

instcountissuecoff is compiled with watcom and converted to a coff obj with https://github.com/tomsons26/objconv/tree/omf_fixes

instcountissue is a coff obj exported from binary using https://github.com/jonwil/unlinkerida

Instruction count mismatch wasn't a issue prior to v3

tomsons26 avatar Mar 26 '25 13:03 tomsons26