scat.scf

来自「Lcd test demo code based on St arm mcu」· SCF 代码 · 共 23 行

SCF
23
字号
;******************** (C) COPYRIGHT 2003 STMicroelectronics ********************
;* File Name          : scat.scf
;* Author             : MCD Application Team
;* Date First Issued  : 16/05/2003
;* Description        : provide a short description of the source file indicating
;*                      its purpose.
;********************************************************************************
;* History:
;*  DD/MM/YY : provide a description of modifications.
;*******************************************************************************/
RAM_MODE 0x00000000 0x10000
{
 RAM 0x00000000
    {
        71x_vect.o (Vect, +First)
        71x_init.o(Init)
        * (+RO)
;        * (+RW)
        * (+ZI)
    }
}

⌨️ 快捷键说明

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