Re: C++ to Low level language
Re: C++ to Low level language
- Subject: Re: C++ to Low level language
- From: Jos Timanta Tarigan <email@hidden>
- Date: Thu, 07 Jul 2011 09:32:27 -0700 (PDT)
hi,
googling around and i found out it can be done in Xcode 4.0.* by selecting project at the top of the tree on the left, go to 'Compile Source' tab, find the source you want to generate the assembly, in the compiler flags collumn add ' -save-temps'. the .ii and .s files will be automatically generated on the project folder.
just in case someone need it :)
regards
=================================
svnstrk