PDA

View Full Version : Compile Error - How to find it???



BobP
- 3rd January 2007, 20:11
Hi all,

Sorry if this seems a stupid question, but want to learn to use the 18F parts and now need to use MPASM as the compiler.

Set up Microcode Studio to use MPASM (5.03) and tried to complie an old program which compiled and worked with PM compiler. Now using MPASM I get an error as follows:

Error[128] c:\temp.asm 432 : Missing Argument(s)

Question are:
1 Where do I start looking for it?'
2 Is there a list of error codes?

Have searched Forum but can't find anything!

Thanks,
Bob

BigWumpus
- 3rd January 2007, 23:19
Turn on the output of the .lst-file.
Open the .lst-file and search for the error-message "Missing Argument(s)"

Around this, you will find the answer...

Or,
open the .asm-file and goto line 432, here is the error....