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

📄 default_hook_functions.s

📁 ucos如何移植到单片机mega128
💻 S
字号:
	.module default_hook_functions.c
	.area text(rom, con, rel)
	.dbfile E:\study\ucos_ii\ucos2_iccavr\iccavr\ucos2_application\default_hook_functions.c
	.dbfunc e OSInitHookBegin _OSInitHookBegin fV
	.even
_OSInitHookBegin::
	.dbline -1
	.dbline 2
; /* default no op hook functions */
; void OSInitHookBegin(void) {}
	.dbline -2
L1:
	.dbline 0 ; func end
	ret
	.dbend
	.dbfunc e OSTCBInitHook _OSTCBInitHook fV
;           junk -> R0,R1
	.even
_OSTCBInitHook::
	.dbline -1
	.dbline 3
; void OSTCBInitHook(void *junk) {}
	.dbline -2
L2:
	.dbline 0 ; func end
	ret
	.dbsym l junk 0 pV
	.dbend
	.dbfunc e OSInitHookEnd _OSInitHookEnd fV
	.even
_OSInitHookEnd::
	.dbline -1
	.dbline 4
; void OSInitHookEnd(void) {}
	.dbline -2
L3:
	.dbline 0 ; func end
	ret
	.dbend

⌨️ 快捷键说明

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