📄 crtn.s
字号:
.file "initfini.c" .section .init.globl _init .type _init, @function popl %ebx popl %ebp ret .size _init, .-_init .section .fini.globl _fini .type _fini, @function popl %ebx popl %ebp ret .size _fini, .-_fini .section .gnu.linkonce.t.__get_pc_thunk_bx,"ax",@progbits.globl __get_pc_thunk_bx .hidden __get_pc_thunk_bx .type __get_pc_thunk_bx, @function__get_pc_thunk_bx: movl (%esp), %ebx ret
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -