Hello Ace,
Did you try that While and endwhile code I gave you???
What that code is doing, is ridding you of a "Burp" jump out of a "IF" statement.
Take a look at that while /endwhile code I posted.
Dwayne
Hello Ace,
Did you try that While and endwhile code I gave you???
What that code is doing, is ridding you of a "Burp" jump out of a "IF" statement.
Take a look at that while /endwhile code I posted.
Dwayne
Ability to Fly:
Hurling yourself towards the ground, and missing.
Engineers that Contribute to flying:
Both optimists and pessimists contribute to the society. The optimist invents the aeroplane, the pessimist the parachute
Pilots that are Flying:
Those who know their limitations, and respect the green side of the grass...
Hi, Dwayne
Thanks
I'll try that this week-End ... on the Breadboard, Electronics is not my job !!!
What feds me up is that ALL the IF THEN tests I place after this part of code( wich crosses the 2K limit ...) have a YES answer ... whatever the test does.
I'll try to confirm with a " IF 1 = 0 THEN ..." ... we'll see then.
I'll also try to move my subs at the real END of the program ( I have a GOTO - GOTO part added after the subs ) REMEMBER it runs like that on a 16F628 ....
AND everything has END separators not to punch through.
IF you want the source ... it's the R/C magic box !!! ( parallelling and trimming center and half travel for two servos driven by one channel )
Alain
Last edited by Acetronics2; - 24th June 2005 at 15:02.
Hi, Folks ...
The problem is solved ... but that doesn't give me the explanation !!!
I Only placed better the GOTO - GOTO part BEFORE THE SUBs ... Then everything works well !!!
So, I note Subs MUST be placed before or after any program ...
But the return pile should not have been affected by a GOTO-GOTO section ...
Some compiler secrets are still alive ....
Alain
Bookmarks