fdemo.lst

来自「Flashfile system for avr, ICC, IAR compi」· LST 代码 · 共 51 行

LST
51
字号
##############################################################################
#                                                                            #
# IAR Atmel AVR C/EC++ Compiler V3.20C/W32             11/Mar/2005  14:24:59 #
# Copyright 1996-2004 IAR Systems. All rights reserved.                      #
#                                                                            #
#    Source file  =  I:\FlashFile\IARFlashCF\fdemo.c                         #
#    Command line =  --cpu=m128 -ms -o I:\FlashFile\IARFlashCF\Debug\Obj\    #
#                    -lCN I:\FlashFile\IARFlashCF\Debug\List\ -lB            #
#                    I:\FlashFile\IARFlashCF\Debug\List\                     #
#                    --initializers_in_flash -z3 --no_cse --no_inline        #
#                    --no_code_motion --no_cross_call --no_clustering        #
#                    --debug -e -I "C:\Program Files\IAR Systems\Embedded    #
#                    Workbench 3.2\avr\INC\" -I "C:\Program Files\IAR        #
#                    Systems\Embedded Workbench 3.2\avr\INC\CLIB\"           #
#                    --eeprom_size 4096 I:\FlashFile\IARFlashCF\fdemo.c      #
#    List file    =  I:\FlashFile\IARFlashCF\Debug\List\fdemo.lst            #
#    Object file  =  I:\FlashFile\IARFlashCF\Debug\Obj\fdemo.r90             #
#                                                                            #
#                                                                            #
##############################################################################

I:\FlashFile\IARFlashCF\fdemo.c
      1          /*********************************************
      2          Project : FlashFile
      3          Version : 	2.03
      4          Date: 		03/11/2005
      5          Author  : Erick Higa       
      6          Company : Progressive Resources LLC       
      7          
      8          Chip type           : ATmega128
      9          Program type        : Application
     10          Clock frequency     : 14.745600 MHz
     11          Memory model        : Small
     12          External SRAM size  : 0
     13          Data Stack size     : 1024
     14          
     15          Comments:
     16          The "fulldemo.c" file is an example of how the FlasFileSD
     17          can be used.  It is setup to use an ATMega128 processor,
     18          a 14.7456 MHz oscillator, with USART0 @ 115200 bps.
     19          
     20          See "file_sys.c" header for revision history
     21          
     22          Software License
     23          The use of Progressive Resources LLC FlashFile Source Package indicates 
     24          your understanding and acceptance of the following terms and conditions. 
     25          This license shall supersede any verbal or prior verbal or written, statement 
     26          or agreement to the contrary. If you do not understand or accept these terms, 
     27          or your local regulations prohibit "after sale" license agreements or limited 
     28          disclaimers, you must cease and desist using this product immediately.
     29          This product is 

⌨️ 快捷键说明

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