Buenas tardes la verdad no se por que se me presentan estos errores, es una practica de mi escula, pero por mas que intento ver el error nadamas no lo encuentro, se aprecia mucho su ayuda.
LIST P=16F887 ;microcontrolador a utilizar
#include <p16F887.inc>
cblock 025
;-----------------------------
dato
dato1
TEMP
endc
;----------------------------
INICIO
movlw 07H
movwf dato
incf dato,1
movlw 0F1H
movwf dato1
movf dato1,0
movwf TEMP
decf TEMP,1
goto INICIO
end
-----------------------------------
Error[150] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 12 : Labels must be defined in a code or data section when making an object file
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 13 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 14 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 15 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 16 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 17 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 18 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 19 : Executable code and data must be defined in an appropriate section
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 20 : Executable code and data must be defined in an appropriate section
Error[151] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 21 : Operand contains unresolvable labels or is too complex
Error[152] C:\USERS\PRINC_000\DESKTOP\NUEVA CARPETA\P3\P3.ASM 21 : Executable code and data must be defined in an appropriate section
Halting build on first failure as requested.