crtn.s

来自「Axis 221 camera embedded programing inte」· S 代码 · 共 46 行

S
46
字号
	.file	1 "initfini.c"	.section .mdebug.abi32	.previous	.abicalls#APP		.section .init#NO_APP	.align	2	.globl	_init	.ent	_init	.type	_init, @function#NO_APP	lw	$31,28($sp)	#nop	.set	noreorder	.set	nomacro	j	$31	addu	$sp,$sp,32	.set	macro	.set	reorder	.end	_init#APP		.section .fini#NO_APP	.align	2	.globl	_fini	.ent	_fini	.type	_fini, @function#NO_APP	lw	$31,28($sp)	#nop	.set	noreorder	.set	nomacro	j	$31	addu	$sp,$sp,32	.set	macro	.set	reorder	.end	_fini#APP		.ident	"GCC: (GNU) 3.3.2"

⌨️ 快捷键说明

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