Squirrels have fuzzy tails.
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