PDA

View Full Version : Help with Assembler Error



isaac
- 20th March 2012, 20:36
Hello All

Does anyone know what the following assembler Errors are ?
i have being pulling my hair out since yesterday trying to complier my code but i get those errors
i am using pbp2.60 and MCS

Best Regards
Isaac

Darrel Taylor
- 20th March 2012, 20:52
Are you declaring variables "ACCESS" and "N" in your program?
If so, are you making them SYSTEM variables?

If so, rename them or remove the SYSTEM modifier.

andywpg
- 20th March 2012, 22:13
I think that warning in the second line is saying that you are are using _CONFIG and that on 18F devices, you should be using CONFIG instead.

Not having used 18F devices, I'm not sure, but that's what it seems to be saying to me.

isaac
- 21st March 2012, 19:53
I thought I get back to you ASAP as I have found out what the problem is
Its all to do with me using the original old Microcode Studio plus (The Black CD)
When I downloaded Microcode Studio Version 4 from Melab web site:-
http://melabs.com/resources/win_ide.htm (http://melabs.com/resources/win_ide.htm)

I don’t get the errors

Isaac