default_hook_functions.lis
来自「ucos如何移植到单片机mega128」· LIS 代码 · 共 40 行
LIS
40 行
.module default_hook_functions.c
.area text(rom, con, rel)
0000 .dbfile E:\study\ucos_ii\ucos2_iccavr\iccavr\ucos2_application\default_hook_functions.c
0000 .dbfunc e OSInitHookBegin _OSInitHookBegin fV
.even
0000 _OSInitHookBegin::
0000 .dbline -1
0000 .dbline 2
0000 ; /* default no op hook functions */
0000 ; void OSInitHookBegin(void) {}
0000 .dbline -2
0000 L1:
0000 .dbline 0 ; func end
0000 0895 ret
0002 .dbend
0002 .dbfunc e OSTCBInitHook _OSTCBInitHook fV
0002 ; junk -> R0,R1
.even
0002 _OSTCBInitHook::
0002 .dbline -1
0002 .dbline 3
0002 ; void OSTCBInitHook(void *junk) {}
0002 .dbline -2
0002 L2:
0002 .dbline 0 ; func end
0002 0895 ret
0004 .dbsym l junk 0 pV
0004 .dbend
0004 .dbfunc e OSInitHookEnd _OSInitHookEnd fV
.even
0004 _OSInitHookEnd::
0004 .dbline -1
0004 .dbline 4
0004 ; void OSInitHookEnd(void) {}
0004 .dbline -2
0004 L3:
0004 .dbline 0 ; func end
0004 0895 ret
0006 .dbend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?