asm_path.s

来自「LPC based lcd interface」· S 代码 · 共 54 行

S
54
字号
#;-----------------------------------------------------------------------------
#;-      ATMEL Microcontroller Software Support  -   ROUSSET -
#;-----------------------------------------------------------------------------
#; The software is delivered "AS IS" without warranty or condition of any
#; kind, either express, implied or statutory. This includes without
#; limitation any warranty or condition with respect to merchantability or
#; fitness for any particular purpose, or against the infringements of
#; intellectual property rights of others.
#;-----------------------------------------------------------------------------
#;- File source          : asm_path.s
#;- Object               : AT91 Library Path Definition
#;- Translator           : ARM Software Development Toolkit V2.11a
#;-
#;- Imported Resources   : None
#;- Exported Resources   : asm_path
#;-
#;- 1.0 JCZ 21/10/98     : Creation
#;------------------------------------------------------------------------------
#; This file defines the AT91 library path as include path for the compiler.
#; For this, just add it to the project.
#; Can be replaced by the defining the option "-I<MyFolderAT91>" to the compiler.

#            AREA        AT91Lib, CODE, READONLY, INTERWORK

#;-------------------------- List of Included Files ---------------------------
#; None
#
#;------------------------ List of constants and types ------------------------
#; None
#
#;------------------------ List of Imported resources -------------------------
#; None
#
#;------------------------ List of Internal resources -------------------------
#; None
#
#;------------------------- List of Exported resources -------------------------
#
#;------------------------------------------------------------------------------
#;- Function             : asm_path
#;- Treatments           : None
#;- Input Parameters     : None
#;- Output Parameters    : None
#;- Registers lost       : None
#;- Called Functions     : None
#;- Called Macros        : None
#;------------------------------------------------------------------------------
#            PUBLIC      asm_path

asm_path:
            bx          lr

#        END

⌨️ 快捷键说明

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