ME Labs, Inc. 719-520-5323 |
Using PICBASIC PRO™ with 18F and 18C PICmicro® MCUs.This page is obsolete. Please refer to the MPLAB installation page for updated information. When using PICBASIC PRO™ Compiler with the 18 series PICmicro MCUs, you must use the Microchip assembler, MPASM. This free tool is included on the PBP installation CD (check the box that installs MPLAB during the install process). If you don't have the CD or the version from the CD is obsolete, you can download the assembler here. If you're using MPASM and PBP together for the first time, follow the installation instructions below. If you already have a working installation of MPASM, you can replace the existing files with those included in the download. OBSOLETE DOWNLOADS REMOVED Once downloaded, extract the files to an empty folder on your computer ("C:\MPASM"). DO NOT extract the files into your PBP folder! Make a note of the location that you extracted to. Users of MicroCode Studio may skip the rest of this procedure. Use the Options dialog in your software to select the MPASM assembler and locate the exe file (mpasmwin.exe). In CodeDesigner and CodeDesigner Lite, click Compiler Options in the Compile menu. In the resulting dialog, locate the field labeled "Command Line Options:". In this space, type "-aMPASMWIN" (without the quotes) and click OK. If you invoke PBP from a command line in a DOS prompt, simply add the -a switch to the command. Example: "PBPW.EXE -aMPASMWIN -p18F452 blink.bas" If you use CodeDesigner, CodeDesigner Lite, or a command line to invoke the compiler, you will need to include the location of MPASM in the PATH environment variable on your computer, as described below.
|
Copyright 2022 ME Labs, Inc. PO Box 8250 Asheville NC 28814 (719) 520-5323 (719) 520-1867 fax email: support@melabs.com |
|