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

📄 iap.lst

📁 Tested code for IAP of LPC2366 ARM7TDMI microcontroller compiled using Keil Realview MDK ARM Ver 3.2
💻 LST
字号:



ARM Macro Assembler    Page 1 


    1 00000000         ;/******************************************************
                       *****************/
    2 00000000         ;/*  This file is part of the ARM Toolchain package     
                                       */
    3 00000000         ;/*  Copyright KEIL ELEKTRONIK GmbH 2003 - 2006         
                                       */
    4 00000000         ;/******************************************************
                       *****************/
    5 00000000         ;/*                                                     
                                       */
    6 00000000         ;/*  IAP.S:  IAP Execution Function                     
                                       */
    7 00000000         ;/*                                                     
                                       */
    8 00000000         ;/******************************************************
                       *****************/
    9 00000000         
   10 00000000         
   11 00000000                 AREA             IAPEXE, CODE, READONLY
   12 00000000         
   13 00000000         
   14 00000000         ;void IAP_Execute (struct sIAP *pIAP);
   15 00000000                 EXPORT           IAP_Execute
   16 00000000         
   17 00000000 E92D4000 
                       IAP_Execute
                               STMFD            SP!,{LR}    ; Save Return Addre
                                                            ss
   18 00000004 E2801014        ADD              R1,R0,#0x14 ; R0 = &IAP.cmd, R1
                                                             = &IAP.stat
   19 00000008 E28FE004        ADR              LR,IAP_Exit ; Return Address
   20 0000000C E3E0213A        LDR              R2,=0x7FFFFFF1 ; IAP Entry (Thu
                                                            mb Mode)
   21 00000010 E12FFF12        BX               R2          ; Execute IAP Comma
                                                            nd
   22 00000014         
   23 00000014 E8BD4000 
                       IAP_Exit
                               LDMFD            SP!,{LR}    ; Restore Return Ad
                                                            dress
   24 00000018 E1A0F00E        MOV              PC,LR       ; Return
   25 0000001C         
   26 0000001C         
   27 0000001C                 END
Command Line: --xref --device=DARMP -oIAP.o -IC:\Keil\ARM\INC\Philips --predefi
ne="__MICROLIB SETA 1" --list=IAP.lst IAP.s



ARM Macro Assembler    Page 1 Alphabetic symbol ordering
Relocatable symbols

IAPEXE 00000000

Symbol: IAPEXE
   Definitions
      At line 11 in file IAP.s
   Uses
      None
Comment: IAPEXE unused
IAP_Execute 00000000

Symbol: IAP_Execute
   Definitions
      At line 17 in file IAP.s
   Uses
      At line 15 in file IAP.s
Comment: IAP_Execute used once
IAP_Exit 00000014

Symbol: IAP_Exit
   Definitions
      At line 23 in file IAP.s
   Uses
      At line 19 in file IAP.s
Comment: IAP_Exit used once
3 symbols
323 symbols in table

⌨️ 快捷键说明

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