Is MPASM required for lcd anypin?
Printable View
Is MPASM required for lcd anypin?
Nope!
It'll work with PM too.
<br>
Stupid question, but what is PM.
PM.exe is the default assembler that comes with PicBasic Pro.
MPASM.exe is the assembler that comes with Microchip's MPLAB IDE.
Programs that say MPASM required does NOT mean that you have to use the MPLAB IDE.
Either assembler can be used from MCS (MicroCode Studio), or the command line.
<br>
PM is the assembler that came with PBP, and is the default, from which you have to change if you use MPASM.
EDIT: Darrel outdrew me . . . again :D
Thanx guys.