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

📄 exprbug.s

📁 Linux下嵌入式开发工具源代码
💻 S
字号:
        .space	$TEXT$        .subspa	$CODE$	.align	8	.export	icode,dataicode:	.proc	.callinfo	frame=0,no_calls	.entry	bv,n	0(2)	.exit	nop	.procend	;	; FIRST, argv array of pointers to args, 1st is same as path.	;	.align	8ic_argv:	.word	ic_argv1-icode	; second, pointer to 1st argument	.word	ic_path-icode		; first,  pointer to init path	.word	0			; fourth, NULL argv terminator (pad)	.word	0			; third,  NULL argv terminatoric_path:	.blockz	4096			; must be multiple of 4 bytes	.word	0			; in case full string is used	.word	0			; this will be the string terminatoric_argv1:	.blockz	4096			; must be multiple of 4 bytes	.word	0			; in case full string is used	.word	0			; this will be the string terminator	.export	szicode,dataszicode:	.word	szicode-icode	.word	0			; must have at least one filler at end

⌨️ 快捷键说明

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