📄 test.lst
字号:
C51 COMPILER V4.10, SN-50203553 TEST 08/06/99 23:08:48 PAGE 1
DOS C51 COMPILER V4.10, COMPILATION OF MODULE TEST
OBJECT MODULE PLACED IN ..\OBJ\TEST.OBJ
COMPILER INVOKED BY: C:\C51\BIN\C51.EXE TEST.C PR(TEST.LST) OBJECT(..\OBJ\TEST.OBJ) DB LA CD NOAM NOREGPARMS
stmt level source
1 /***************************************************************************
2 * Main Program Test DRAM 4164
3 *
4 * Programer By WangYi
5 *
6 **************************************************************************/
7
8 #include <stdio.h>
9 #include <conio.h>
*** ERROR 318 IN LINE 9 OF TEST.C: can't open file 'conio.h'
*** ERROR 318 IN LINE 10 OF TEST.C: can't open file 'dos.h'
*** ERROR 141 IN LINE 17 OF DOS.H: syntax error near 'far', expected ')'
*** ERROR 202 IN LINE 17 OF DOS.H: 'far': undefined identifier
*** WARNING 206 IN LINE 37 OF DOS.H: 'inportb': missing function-prototype
*** ERROR 267 IN LINE 37 OF DOS.H: 'inportb': requires ANSI-style prototype
*** WARNING 206 IN LINE 42 OF DOS.H: 'outportb': missing function-prototype
*** WARNING 206 IN LINE 183 OF DOS.H: 'getch': missing function-prototype
C51 COMPILATION COMPLETE. 3 WARNING(S), 5 ERROR(S)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -