Go Back   Scooter Forums > Beyond Compare 3 Discussion > File Formats vs. Rules
Register FAQ Search Today's Posts Mark Forums Read

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 25-Jul-2011, 05:50 PM
edaverill edaverill is offline
New User
 
Join Date: Jul 2011
Posts: 1
Default comparing C-compiler output assembly listings

I am doing pretty well at getting BC3 to ignore unimportant things when I compare listings from two compiler versions. Of course, one of the key pieces is ignoring addresses when they appear in the listing, since most any change will produce different addresses.

I have created rules for many assembly instructions that match from the opcode to the text of the instruction code. I have then told BC3 that these are "unimportant".

The problem is that I really would like to ignore mismatch if I get "ldd" on both sides, but not ignore the mismatch if I get "ldx" on one side and "ldy" on the other side.

I really want the types to be tested for match, but the contents not to be.

Is there a way to tell BC3 that I want that?

Thanks,

--Ed
Reply With Quote
 

Tags
assembly listings, c-compiler

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 09:01 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.