Jump to content

Converting a subroutine into a flowchart

- - - - -

  • Please log in to reply
No replies to this topic

#1
tdo81

tdo81

    Newbie

  • Members
  • Pip
  • 1 posts
I have a subroutine needs to be converted into flowchart. As I'm still a beginner in PIC16F690. it is as follows:

sub1
    ORG     0x2D
    CLRF    0x70
    again
        INCF    0x71,f
        NOP
        INCF    0x70,f
        MOVLW   0x14
        XORWF   0x70,w
        BTFSS   03,2
        GOTO    again
RETURN

Edited by dargueta, 02 October 2011 - 12:07 AM.





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users