PBP version?
Code?
PBP version?
Code?
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Latest PicBasic Pro version 2.46, very simple code (even with no code at all in microcode studio). Here's a simple example I tried with :
ANSEL = 0
START :
HIGH PORTB.0
PAUSE 1000
LOW PORTB.0
GOTO START
I don't think it's a programming error, more likely a compilator error. I was able to program 16F88 in the past but I format my PC recently and reinstall and now that's what I get.
I had an issue with 2.46 after I reinstalled it - slightly different to yours but give it a shot, in windows explorer go to the pbp directory and right click on pbpw.exe click on properties, then compatibility, set it to run under win 98 compatibility
Your example compiles without error...
PBP246>PBP -P16F88 ZTESTB -V
PicBasic Pro Compiler 2.46, (c) 1998, 2005 microEngineering Labs, Inc.
All Rights Reserved.
Pass 1:
Pass 2:
Code Gen:
Macro Pass:
PM.EXE H:\DATA-R~1\PIC\PBP246\ZTESTB.ASM
PM Assembler 4.07, Copyright (c) 1995, 2004 microEngineering Labs, Inc.
58 words used.
Maybe stupid but have you selected the correct microcontroller?
Ioannis
Bookmarks