?? default_hook_functions.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 + -