Try ...Code:@ goto inch
Code:@ L?CALL inch
Some how I changed the line "@ call inch" to goto before posting. Using "@ L?CALL inch" didn't do anything...
If that's your whole program, then you need to add a
before the ASM block.Code:GOTO loop
As it's shown, it will fall into the inch routine on power-up.
Then it has nowhere to return to.
hth,
DT
Bookmarks