This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

error in code

i still have problem in the code

i think it is startup.a51 and fix but still proble when run on cpu if it does not do what i say in code

when i build it gives a message

** error C138 interupt can not recieive or return a value

but i do not interupt i do not clik the stop build button

the proj is needed and i now worry big in my pants

plz send code

Parents
  • "dramatically shortens the debugging cycle, as the compiler just directly generates code for the actual intent on the first pass."

    This assumes that the programmer actually understood the problem in the first place...

    What you really want is DWIN (Do What I Need) technology - it would bypass the programmer completely, and just do a direct analysis of the problem and generates a solution from there.

    This also cuts out all that tedious requirements analysis, and trying to understand the question...

Reply
  • "dramatically shortens the debugging cycle, as the compiler just directly generates code for the actual intent on the first pass."

    This assumes that the programmer actually understood the problem in the first place...

    What you really want is DWIN (Do What I Need) technology - it would bypass the programmer completely, and just do a direct analysis of the problem and generates a solution from there.

    This also cuts out all that tedious requirements analysis, and trying to understand the question...

Children