1 Attachment(s)
MPLAB V8.00 PBP2.50a questions mark
hello,
i m not expert,
i have recive a program made on PBP, i have try to compile, but nothing work...
I have tried to understand a little, on the .asm, and .mac generated, there is a lot off questions mark,
I have tried to understand better, i have reduced the code to only somes easy istructions.
premise this: i have create new project with MPLAB wizard, i have select the pic model, and the folder, i have add the existing file .bas, and i have unselect from build options "use MPASM".
i post the easy code
have nice day
ERROR: Macro ASM? not found in macro file
Hello,
thank mister_e for your replay, if I have do correct the questions mark on file.asm produced, are normal, and not a error.
one other question: on my MPLAB project, I have unselect "use MPASM", I think on this case the PBP take the PM assembler compiler, and i think on this case the line "@ device pic16F876, hs_osc, wdt_off" are correct for PM.
wen i try to build my file "test_01.bas ", the command generated by MPLAB is "C:\PBP\PBPW.EXE" -p16F876 "test_01.bas" , on the output build windows i read: "ERROR: Macro ASM? not found in macro file." , and all other labels too with same error.
why this?
have nice day