How do I use PicBasic Pro Compiler with Microchips MPLAB?
See the MPLAB installation page. Top • Why do I get assembly errors when I use MPASM, but PM works fine? MPASM defaults to case-sensitive operation. Normally this will have no noticeable effect on programs, unless in-line assembly code is used. PBP DEFINEs like OSC and the LCD definitions must be in all upper-case as shown in the examples in the manual. Top • How do I run PBPW from a shortcut and make the screen stick around so I can read it? Put in something like: C:\Command.com /c C:\pbp\pbpw.exe (+ parameters) in cmd line field in the “Program” dialog tab and un-check “Close on exit.” Top • Why won’t my program write to code space on a 16F87x using the WriteCode command? ReadCode works fine. You must set a configuration bit that enables the write operation. If you are using the EPIC programmer, check the configuration option: Flash Program Write Enable Top • Why do I get the error “Found label after column 1. (clrw)” when compiling for an 18 series PIC? In MPASMWIN 3.60, Microchip m