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

📄 common.lst

📁 Gps数据的获得及处理
💻 LST
字号:
C51 COMPILER V7.01  COMMON                                                                 05/18/2006 11:54:10 PAGE 1   


C51 COMPILER V7.01, COMPILATION OF MODULE COMMON
OBJECT MODULE PLACED IN Common.OBJ
COMPILER INVOKED BY: C:\Keil\C51\BIN\C51.EXE Common.h BROWSE DEBUG OBJECTEXTEND CODE

stmt level    source

   1          #ifndef _COMMON_H_
   2          #define _COMMON_H_
   3          #if 0
              #include "reg51.h"
              #include< intrins.h>
              typedef unsigned char uchar;
              typedef unsigned char uChar;
              typedef unsigned  int ushort;
              typedef unsigned short uInt2;
              typedef unsigned long uInt4;
              typedef unsigned char BYTE;
              typedef uChar BOOL;
              #define FALSE   0
              #define TRUE    1
              
              #define OpenInt0AndCloseSerial()        ES=0; EX0=1
              #define CloseInt0AndOpenSerial()        EX0=0; ES=1
              #define EnterCrucial()                          EA=0
              #define ExitCrucial()                           EA=1
              sfr CHPENT    = 0xf6;   //for winbond chip
              sfr CHPCON    = 0xbf;
              
              typedef struct GpsInfo_Tag
              {
                      uChar Item;
                      uInt4 Longitude;
                      uInt4 Latitude;
              }GpsInfo;
              
              #define Nec_Null                0
              #define Nec_Head                1
              #define Nec_FacDat              2
              
              
              /*
              sbit CLK = P3^2;
              sbit DAT = P1^7;
              sbit GUEST = P1^2;
              
              sbit VFD_CLK = P1^3;
              sbit VFD_DAT = P1^4;
              sbit VFD_STB = P1^5;
              */
              #define _Key_0          18
              #define _Key_1          9
              #define _Key_2          29
              #define _Key_3          31
              #define _Key_4          13
              #define _Key_5          25
              #define _Key_6          27
              #define _Key_7          17
              #define _Key_8          21
              #define _Key_9          23
              
              #endif
C51 COMPILER V7.01  COMMON                                                                 05/18/2006 11:54:10 PAGE 2   

  56          
  57          #endif
C51 COMPILER V7.01  COMMON                                                                 05/18/2006 11:54:10 PAGE 3   

ASSEMBLY LISTING OF GENERATED OBJECT CODE




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 + -