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

📄 fileio.lst

📁 这是一个基于8255扩展端口的keil c51固件
💻 LST
字号:
C51 COMPILER V7.00  FILEIO                                                                 01/05/2004 23:20:11 PAGE 1   


C51 COMPILER V7.00, COMPILATION OF MODULE FILEIO
OBJECT MODULE PLACED IN fileio.OBJ
COMPILER INVOKED BY: F:\Keil\C51\BIN\C51.EXE fileio.c LARGE BROWSE INTVECTOR(0X8000) DEBUG OBJECTEXTEND TABS(2)

stmt level    source

   1          /*
   2            Copyright (C) 2003 Bart Bilos <boombox666@yahoo.com>.
   3          
   4            This program is free software; you can redistribute it and/or
   5            modify it under the terms of the GNU General Public License
   6            as published by the Free Software Foundation; either version 2
   7            of the License, or (at your option) any later version.
   8          
   9            This program is distributed in the hope that it will be useful,
  10            but WITHOUT ANY WARRANTY; without even the implied warranty of
  11            MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12            GNU General Public License for more details.
  13          
  14            You should have received a copy of the GNU General Public License
  15            along with this program; if not, write to the Free Software Foundation, 
  16            Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  17          
  18          */
  19          
  20          /*
  21            contains functions to operate the file system C style. To implement
  22            fopen();
  23            fclose();
  24            fgetc();
  25            fputc();
  26            fseek();
  27            fgets();
  28            fputs();
  29            fread();
  30            fwrite();
  31            fprintf();
  32            fscanf();
  33          */
  34          
  35          


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