Re: Fw: C++ to Low level language
Re: Fw: C++ to Low level language
- Subject: Re: Fw: C++ to Low level language
- From: Chris Cleeland <email@hidden>
- Date: Thu, 07 Jul 2011 10:32:00 -0500
On Thu, Jul 7, 2011 at 10:27 AM, Jos Timanta Tarigan
<email@hidden> wrote:
>
> hi,
> is this 4.2 is available for download yet? or perhaps an update? i also
> cannot find any disassembly option. any guess how can i do it in xcode
> 4.0.*?
> ps: sorry dmitry for double post :)
Rather than asking the debugger to show you assembly, you can ask the
compiler to generate assembly code. Pass the "-S" option to the
compiler; you may have to do this from the command line rather than
from within xcode.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden