⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cfi-arm-1.s

📁 GNU binutils是GNU交叉工具链中的一个源码包
💻 S
字号:
#; $ as -o test.o gas-cfi-test.s && gcc -nostdlib -o test test.o	.file   "a.c"	.text	.align 2	.global foo	.type   foo, %functionfoo:	.cfi_startproc	mov	ip, sp	.cfi_def_cfa ip, 0	stmfd	sp!, {r0, r1, r2, r3}	.cfi_def_cfa sp, 16	stmfd	sp!, {fp, ip, lr, pc}	.cfi_adjust_cfa_offset 16	.cfi_rel_offset r11, 0	.cfi_rel_offset lr, 8	sub	fp, ip, #20	.cfi_def_cfa fp, 16	nop	ldmea	fp, {fp, sp, pc}	.cfi_endproc	.size   foo, .-foo

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -