Re: more readable format for gpp -S

2007-02-24 Thread Grizlyk
> 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; >> ; >> [EMAIL PROTECTED]: ; EAX = ch, EBX = fp, ESI = p, EDI = len >> test byte ptr [ebx+18],32 >> j

Re: more readable format for gpp -S

2007-02-24 Thread Grizlyk
Ops, sorry, wrong name: here example of result: http://grizlyk1.narod.ru/cpp_new/5.sss here archive with examples: http://grizlyk1.narod.ru/cpp_new/S2S_DATA.ZIP here archive with ms-dos executable: http://grizlyk1.narod.ru/cpp_new/S2S_EXE.ZIP ___ he