hello everybody,
Iam doing a project (RTC+LCD+Alarm using the pic 18f4525) and am using the mikroc PRO as an assembler and the proteus to simulate my project,
the project is running successfully , the code is builded with no errors in the mikroc assembler, and the proteus also is simulating the project successfully, BUT when Iam adding some CORRECT syntax , eventhough as defining a char cnt for example and just give it the value zero in a certain function, the mikroc build the code with no errors but while simulating with proteus, the project do not give any response!
just defining the variable ( "char cnt ;") doesnt cause the problem, but using any new syntax in a function, any simple and true syntax, for ex.: "cnt=0;"!, causes the problem!!
anyone faced such a problem? how can I resolve? what things can cause such a problem?
any more explanation can be made upon request,
I will be thankfull for any help.
Regards.