Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
hi , i tried it with the inc file , still the same result :-(
even inside the inc file it is still an equ .
like
PORTA EQU H'0005'
PORTB EQU H'0006'
????
Did you miss my post?
Mike.
You didn't post the code, merely a screen shot - post the full ASM file.
align movlw PORTB [COLOR="Red"]<<--- change this[/COLOR]
movwf cpostn
btfsc cpostn ,pos
goto stay ; its the right position
btfsc cpostn,lft ; check the for left turn
goto mvlft ; sub-routine to move left
btfsc cpostn ,rht
goto mvrht
btfsc cpostn ,nsn
goto park
goto align
but left me confiused , why have "movlw" woked else where .
and not here ????