En primer lugar quiero presentarme como nuevo
usuario del foro.
Soy apasionado de la electronica.
Soy inmigrante del BASIC STAMP II que debido a
su elevado precio y a veces poca potencia,solo
!29 variables¡ he decido emigrar a los PIC en cocreto
al pic16f876. Utilizo un entrenador fabuloso PIC LABORATORY con
USART, 8 entradas digitales, 8 salidas con indicador led, entradas analógicas, entrada de interuupción, etc...Bueno cortando el rollo.
Tengo un problema con PBP2.42 a la hora de emsamblar de basic a asembler. Donde se debe instalar el compilador en el directorio C?
El problema que tengo es el siguiente, con el ejemplo mas fácil el BLINK.ASM que viene por defecto al ensamblar me sale esta lista de errores:
****************************************
Error[105] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 5 : Cannot open file (Include File "16F876.INC" not found)
Error[115] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 40 : Duplicate label ("_PORTL" or redefining symbol that cannot be redefined)
Error[113] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 41 : Symbol not previously defined (PORTC)
Error[113] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 42 : Symbol not previously defined (TRISB)
Error[113] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 43 : Symbol not previously defined (TRISC)
Error[105] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 44 : Cannot open file (Include File "BLINK.MAC" not found)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\PBPPIC14.LIB 1115 : Found label after column 1. (goto)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\PBPPIC14.LIB 1115 : Illegal opcode (INIT)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 48 : Found label after column 1. (LABEL)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 48 : Illegal opcode (L)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 49 : Found label after column 1. (HIGH)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 49 : Illegal opcode (C)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 50 : Found label after column 1. (PAUSE)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 50 : Illegal opcode (C)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 51 : Found label after column 1. (LOW)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 51 : Illegal opcode (C)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 52 : Found label after column 1. (PAUSE)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 52 : Illegal opcode (C)
Warning[207] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 53 : Found label after column 1. (GOTOL)
Error[122] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 53 : Illegal opcode (_loop)
Error[131] C:\ALBERTO\LABORA~1\EJEMPLOS\BLINK.ASM 55 : Processor type is undefined
***************************************************
Si alguien me puede decir si esto normal o no que me lo explique, por favor...
BUeno muchas gracias y un saludo.