Gast
#69536
Hallo, das Assemblieren des beigefügten Programms bringt nur Fehlermeldungen. Kann mir jemand mit Tipps weiterhelfen, wie ich da Abhilfe schaffen könnte? Die Include-Datei zum PIC16F873 ist im Arbeitsverzeichnis vorhanden. Ein anderes Programm für den PIC16F84 läßt sich einwandfrei assemblieren und simulieren. Leider bin ich mit der PIC-Welt nur wenig vertraut. Das Programm stammt aus dem Internet und müßte nur noch assembliert werden, um es in den Controller zu programmieren. Hier der Beginn der Meldungen: Building ULTRA2.ASM... Command line: "D:\MPLAB\MPASMWIN.EXE /e+ /x- /c+ /p16F873 /q ULTRA2.ASM" Hier der Beginn der Error-Liste: Error[113] D:\MPLAB\ULTRA2.ASM 11 : Symbol not previously defined (_hs_osc) Error[113] D:\MPLAB\ULTRA2.ASM 11 : Symbol not previously defined (amp) Error[113] D:\MPLAB\ULTRA2.ASM 73 : Symbol not previously defined (status) Error[113] D:\MPLAB\ULTRA2.ASM 73 : Symbol not previously defined (rp0) Error[113] D:\MPLAB\ULTRA2.ASM 75 : Symbol not previously defined (trisa) Error[113] D:\MPLAB\ULTRA2.ASM 76 : Symbol not previously defined (trisb) Error[113] D:\MPLAB\ULTRA2.ASM 78 : Symbol not previously defined (trisc) Error[113] D:\MPLAB\ULTRA2.ASM 82 : Symbol not previously defined (option_reg) Error[113] D:\MPLAB\ULTRA2.ASM 83 : Symbol not previously defined (status) Error[113] D:\MPLAB\ULTRA2.ASM 83 : Symbol not previously defined (rp0) Error[113] D:\MPLAB\ULTRA2.ASM 84 : Symbol not previously defined (tmr0) Error[113] D:\MPLAB\ULTRA2.ASM 88 : Symbol not previously defined (t1con) Error[113] D:\MPLAB\ULTRA2.ASM 89 : Symbol not previously defined (ccp1con) Error[113] D:\MPLAB\ULTRA2.ASM 93 : Symbol not previously defined (adcon0) Error[113] D:\MPLAB\ULTRA2.ASM 94 : Symbol not previously defined (status) Error[113] D:\MPLAB\ULTRA2.ASM 94 : Symbol not previously defined (rp0) und so weiter... Gruß