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

📄 global.lst

📁 用c8051f340基于51单片机上网
💻 LST
字号:
C51 COMPILER V8.08   GLOBAL                                                                11/04/2008 17:02:16 PAGE 1   


C51 COMPILER V8.08, COMPILATION OF MODULE GLOBAL
OBJECT MODULE PLACED IN global.OBJ
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.exe global.h DB OE

line level    source

   1          //-----------------------------------------------------------------------------
   2          // global.h
   3          //-----------------------------------------------------------------------------
   4          // Copyright 2006 Silicon Laboratories, Inc.
   5          // http://www.silabs.com
   6          //
   7          // Program Description:
   8          // 
   9          // #includes all header files to make global functions available to the entire
  10          // project.
  11          //
  12          // FID:            
  13          // Target:         Multiple
  14          // Tool chain:     Keil C51 7.20 / Keil EVAL C51
  15          //                 Silicon Laboratories IDE version 2.72 
  16          // Command Line:   See Readme.txt
  17          // Project Name:   CP220x_Ethernet_Routines
  18          //
  19          // 
  20          //
  21          // Release 1.1
  22          //    - Configures C8051F120 SYSCLK to 98 MHz
  23          //
  24          // Release 1.0
  25          //    -Initial Release (FB)
  26          //    -30 MAY 2006
  27          //
  28          
  29          //-----------------------------------------------------------------------------
  30          // Global Includes
  31          //-----------------------------------------------------------------------------
  32          
  33          #include "typedefs.h"                  // Include Type Definitions
  34          #include "config.h"                    // Include Hardware Configuration File
  35          #include "const.h"                     // Global Constants
  36          
  37          #include "MCU_Init.h"                  // Include MCU Initialization Files
  38          #include "main.h"                      // Application Level Symbols
  39          
  40          #include "CP220x_REG.h"                // Include CP220x Registers
  41          #include "CP220x_CORE.h"               // Include CP220x Core Routines
  42          #include "CP220x_ETH.h"                // Include CP220x Ethernet Routines
  43          
  44          #include <string.h>                    // Standard 'C' Libraries
  45          #include <intrins.h>
  46          
  47          #if(UART_ENABLED)
  48             #include <stdio.h>                  // Include Standard I/O Routines
  49             #include <ctype.h>
  50          #endif
  51          
  52          //-----------------------------------------------------------------------------
  53          // End Of File
  54          //-----------------------------------------------------------------------------

C51 COMPILER V8.08   GLOBAL                                                                11/04/2008 17:02:16 PAGE 2   


MODULE INFORMATION:   STATIC OVERLAYABLE
   CODE SIZE        =   ----    ----
   CONSTANT SIZE    =   ----    ----
   XDATA SIZE       =   ----    ----
   PDATA SIZE       =   ----    ----
   DATA SIZE        =   ----    ----
   IDATA SIZE       =   ----    ----
   BIT SIZE         =   ----    ----
END OF MODULE INFORMATION.


C51 COMPILATION COMPLETE.  0 WARNING(S),  0 ERROR(S)

⌨️ 快捷键说明

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