Search found 1 match
- Tue Nov 09, 2004 8:40 am
- Forum: PS2 Development
- Topic: GCC Question
- Replies: 4
- Views: 1971
GCC Question
Is there a way to output c++ code and it's final assembled version like Visual Studio can do. x86 ex: ; 41 : void statsClose() { sub esp, 8 push esi push edi ; 42 : time_t t; ; 43 : FILE *f; ; 44 : ; 45 : t = time(NULL)...