⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 asm_path.s

📁 嵌入式系统开发用源代码 包含At91C arm芯片相关各种例程 包括整数性能测试,浮点测试,硬件驱动等
💻 S
字号:
;-----------------------------------------------------------------------------
;-      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
;------------------------------------------------------------------------------
            EXPORT      asm_path

asm_path
            bx          lr

        END

⌨️ 快捷键说明

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