interrupt.plg

来自「用keil 和proteus 联合仿真开发的关于单片机系统中断的两个程序」· PLG 代码 · 共 52 行

PLG
52
字号
<html>
<body>
<pre>
<h1>礦ision3 Build Log</h1>
<h2>Project:</h2>
C:\Documents and Settings\Administrator\桌面\Tree\Interrupt.uv2
Project File Date:  03/18/2009

<h2>Output:</h2>
Build target 'Target 1'
assembling STARTUP.A51...
compiling Interrupt.C...
linking...
*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL
    SYMBOL:  MAIN
    MODULE:  D:\KEILC51\KEIL_C51_V802\C51\LIB\C51S.LIB (?C_INIT)
*** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL
    SYMBOL:  MAIN
    MODULE:  D:\KEILC51\KEIL_C51_V802\C51\LIB\C51S.LIB (?C_INIT)
    ADDRESS: 0010H
Program Size: data=9.0 xdata=0 code=144
"Interrupt" - 0 Error(s), 2 Warning(s).
Build target 'Target 1'
assembling STARTUP.A51...
compiling Interrupt.C...
INTERRUPT.C(3): error C247: non-address/-constant initializer
Target not created
Build target 'Target 1'
assembling STARTUP.A51...
compiling Interrupt.C...
INTERRUPT.C(14): warning C206: 'delay': missing function-prototype
INTERRUPT.C(14): error C267: 'delay': requires ANSI-style prototype
Target not created
Build target 'Target 1'
assembling STARTUP.A51...
compiling Interrupt.C...
linking...
Program Size: data=13.0 xdata=0 code=94
"Interrupt" - 0 Error(s), 0 Warning(s).
Build target 'Target 1'
assembling STARTUP.A51...
compiling Interrupt.C...
linking...
*** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS
    SEGMENT: ?PR?_DELAY_0?INTERRUPT
Program Size: data=13.0 xdata=0 code=141
creating hex file from "Interrupt"...
"Interrupt" - 0 Error(s), 1 Warning(s).
</pre>
</body>
</html>

⌨️ 快捷键说明

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