crti.s
来自「Axis 221 camera embedded programing inte」· S 代码 · 共 45 行
S
45 行
#NO_APP .file "initfini.c"#APP .section .init#NO_APP .align 1 .global _init .type _init, @function_init: Push $srp subq 4,$sp movem $r0,[$sp]#ifdef __arch_v32 addo _GLOBAL_OFFSET_TABLE_-.,$pc,$r0#else move.d $pc,$r0 sub.d .:GOTOFF,$r0#endif#APP .align 1 .section .fini#NO_APP .align 1 .global _fini .type _fini, @function_fini: Push $srp subq 4,$sp movem $r0,[$sp]#ifdef __arch_v32 addo _GLOBAL_OFFSET_TABLE_-.,$pc,$r0#else move.d $pc,$r0 sub.d .:GOTOFF,$r0#endif#APP .align 1 /*@TRAILER_BEGINS*/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?