lab1.lst

来自「pic实验源程序 分为六个实验,前面的太简单,就没有了,后面的比较复杂!」· LST 代码 · 共 33 行

LST
33
字号
MPASM 03.80.04 Internal                              LAB1.ASM   3-20-2008  14:08:08         PAGE  1


LOC  OBJECT CODE     LINE SOURCE TEXT
  VALUE

Error[150]  : Labels must be defined in a code or data section when making an object file
0000                  00001 loop
Error[152]  : Executable code and data must be defined in an appropriate section
0000                  00002         nop
Error[152]  : Executable code and data must be defined in an appropriate section
0000                  00003         nop
Error[152]  : Executable code and data must be defined in an appropriate section
0000                  00004         nop
Error[151]  : Operand contains unresolvable labels or is too complex
Error[152]  : Executable code and data must be defined in an appropriate section
0000                  00005         goto loop
                      00006 
                      00007         end
MPASM 03.80.04 Internal                              LAB1.ASM   3-20-2008  14:08:08         PAGE  2


SYMBOL TABLE
  LABEL                             VALUE 

__16F877A                         00000001
loop                              00000000

Errors   :     6
Warnings :     0 reported,     0 suppressed
Messages :     0 reported,     0 suppressed



⌨️ 快捷键说明

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