Don't ad-block us - support your favorite websites. We have safe, unobstrusive, robotics related ads that you actually want to see - see here for more.
0 Members and 1 Guest are viewing this topic.
movf temp, wreg ; get value andlw 0x07 ; limit to 3 bits so not to over jump table addwf PCL ; add to program counter goto state0 ; PC + 0 goto state5 ; PC + 1 goto state2 ; PC + 2 goto state7 goto state0 goto state1 goto state2 goto state3 ; PC + 7