Hi I have just started to work with compiler c5.0 compiler with mvision1 and I am getting this error message Fatal Error 204 : invalid keyword The source code I have has previously been working but the exact setup of the enviroment has been lost. What I am doing wrong? Cheers Nick
Why don't you just list the line where the compiler reported the invalid keyword? For what it's worth, there are only a few keywords that are added to the C language by the Keil C51 compiler. A list can be found at: http://www.keil.com/support/man/docs/c51/c51_le_keywords.htm. Jon