crtend.spp

来自「用ST92163开发的鼠标」· SPP 代码 · 共 25 行

SPP
25
字号
/*
 * crtend.spp
 *
 * ST9+ Software Development Toolchain - Version 6.0.0 Apr  5 2000
 * 
 * This file is part of GNU C Compiler for ST9+ Micro-controllers.
 *
 * This file described termination part for an application.
 * All instructions go to the '.fini' ELF standard sections.
 * It is the last object file on linker command line.
 *
 * *** IMPORTANT NOTE ***
 * This file is intentionnaly empty due to a future use
 * of '.fini' ELF standard section.
 * However, it is part of the distribution yet.
 */

#include "config.spp"

        PROGRAMMING_MODEL

        .section .fini

        .end

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?