Quote Originally Posted by manta_z View Post
I am using Picbasic 1.45
Microcode Studio 3.0
Using a 16F690.
Asm commands works fine, but nothing in basic.
No, I don't think the ASM lines are working ...
The @ symbol is not supported with PBC. But they're inside an ASM block anyways. @ is not valid in ASM either.
I always get errors on VAR, CON defines, etc.
Those statements are not valid in PBC.
You have to use Symbols, Peeks and Pokes.

The sample blink program is the only one that seems to compile without errors.
This is nuts. What am I missing?
I think you're missing that any example you find on the Internet for PicBasic, will actually be for PicBasic Pro.

They are completely different languages.
Most PBC programs will run with PBP, but the reverse is almost never true.
<br>