Quote Originally Posted by Joe S. View Post
I know some will object to goto's as sloppy, but if it works . .
Why not set a variable bit, say A to equal 0 then use "IF A = 0 THEN Start", then don't use the bit variable for nothing else. Thats what I do instead of using GOTO's and the IF - THEN's only uses 2 words. Good approach I think, if your not really tight for code space.

jessey