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

📄 cfi-sparc-1.s

📁 工具链BINUTIS-2.16的源代码
💻 S
字号:
#; $ as -o test.o -32 gas-cfi-test.s && gcc -m32 -nostdlib -o test test.o	.file	"a.c"	.text	.align	4	.globl foo	.type	foo, @functionfoo:	.cfi_startproc        save    %sp, -104, %sp	.cfi_def_cfa_register	%fp	.cfi_window_save	.cfi_register	%o7, %i7	add	%i0, 1, %o0	call	bar, 0	add	%i0, 2, %i0	call	bar, 0	mov	%i0, %o0	add	%o0, 3, %o0	ret	restore	%g0, %o0, %o0	.cfi_endproc	.size	foo, .-foo

⌨️ 快捷键说明

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