[212] extra tokens error 12F629
I'm trying to create a "lite" version of software originally written for a 16F628A and use it with a 12F629. Using MicroCode Studio, I'm encountering an error that appears to have little documentation:
Assembler error: [212] extra tokens on end of line
The line in question is a simple "END SELECT" statement.
Can anyone shed light on this error?
Thanks!
-Jeff
New strange problem... Help!
Thanks Steve,
I had an "@" directive at the head of my code that seemed to mess things up. I commented it out and the error went away.