Changed to PM.exe and still getting error
Executing: "C:\PBP\PM.EXE" -ampasmwin -k# -p16F628A "CC.BAS"
Skipping link step. Not all sources built successfully.
BUILD FAILED: Fri Jun 03 10:24:54 2011
Changed to PM.exe and still getting error
Executing: "C:\PBP\PM.EXE" -ampasmwin -k# -p16F628A "CC.BAS"
Skipping link step. Not all sources built successfully.
BUILD FAILED: Fri Jun 03 10:24:54 2011
That's not how you use PM.exe.
If you are using microcode studio, simply uncheck the "Use MPASM" checkbox under View > Compile and Program Options > Assembler tab.
The overwriting previous address contents means you haven't commented out the default __config's in the .inc file.
DT
Thanks Darrel
you got me thinking in the setup i needed pbmplab.bat and had the ini files on this computer not commented out.
Bookmarks