aux-crtn.asm
来自「gcc-2.95.3 Linux下最常用的C编译器」· 汇编 代码 · 共 27 行
ASM
27 行
/* More startup code for A/UX */#include "tm.h"#ifdef USE_BIN_AS file "crtn.s" init unlk %fp rts#else .file "crtn.s".section .init, "x" unlk %fp rts#ifndef USE_COLLECT2.section .ctors, "d" .long 0.section .dtors, "d" .long 0#endif /* USE_COLLECT2 */#endif /* USE_BIN_AS */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?