help-gplusplus
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: more readable format for gpp -S


From: Grizlyk
Subject: Re: more readable format for gpp -S
Date: Sun, 25 Feb 2007 05:48:56 +0300

> Grizlyk wrote:
>
>> Hello.
>>
>> Can GPP asm output (gpp -S test.cpp) have more readable format, for 
>> example,
>> like this (including source lines)
>>   ;
>>   ;    if(feof(fp))break;
>>   ;
>> ?live16386@80: ; EAX = ch, EBX = fp, ESI = p, EDI = len
>> test      byte ptr [ebx+18],32
>> jne       short @11
>>
>> Instead of raw sequence of asm code. Maybe any keys exist?

I have written test prog to add source lines into asm output. Looks like not 
very good, but I have no more ideas to improve this.

here example of result: http://grizlyk1.yandex.ru/cpp_new/5.sss
here archive with examples: http://grizlyk1.yandex.ru/cpp_new/S2S_DATA.ZIP

here archive with ms-dos executable: 
http://grizlyk1.yandex.ru/cpp_new/S2S_EXE.ZIP

You can test it and write me about errors or unsuitable points.

-- 
Maksim A. Polyanin
http://grizlyk1.narod.ru/cpp_new





reply via email to

[Prev in Thread] Current Thread [Next in Thread]