首页 > 代码库 > 使用Xcode 查看objective-C的汇编代码
使用Xcode 查看objective-C的汇编代码
Xcode自带将某一个源文件转化成汇编的功能,如图:
汇编的部分代码如下:
# Assembly output for assemble.c # Generated at 2:29:34 下午 on 星期一, 八月 18, 2014 # Using Debug configuration, x86_64 architecture for dataStruct target of dataStruct project .section __TEXT,__text,regular,pure_instructions .section __DWARF,__debug_info,regular,debug Lsection_info: .section __DWARF,__debug_abbrev,regular,debug Lsection_abbrev: .section __DWARF,__debug_aranges,regular,debug .section __DWARF,__debug_macinfo,regular,debug .section __DWARF,__debug_line,regular,debug Lsection_line: .section __DWARF,__debug_loc,regular,debug .section __DWARF,__debug_str,regular,debug Linfo_string: .section __DWARF,__debug_ranges,regular,debug Ldebug_range: .section __DWARF,__debug_loc,regular,debug Lsection_debug_loc: .section __TEXT,__text,regular,pure_instructions Ltext_begin: .section __DATA,__data .file 1 "/Users/guoxiaodong/Documents/codeExemple/dataStruct/assemble.c" .section __TEXT,__text,regular,pure_instructions .globl _func0 .align 4, 0x90 _func0: ## @func0
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。