GCC Question
Posted: Tue Nov 09, 2004 8:40 am
Is there a way to output c++ code and it's final assembled version like Visual Studio can do. x86 ex:
LInverse
Code: Select all
; 41 : void statsClose() {
sub esp, 8
push esi
push edi
; 42 : time_t t;
; 43 : FILE *f;
; 44 :
; 45 : t = time(NULL) - vsyncTime;
push 0
call _time
mov edi, eax
sub edi, DWORD PTR _vsyncTime