Advertisement
Guest User

Untitled

a guest
Sep 18th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 00004A  99B5    L10:    SBIC PINB,5 ;Skip if PINB5 is cleared
  2. 00004B  CFEB        RJMP L9
  3. 00004C  2F17        MOV R17,R23     ;Move r23 to r17 /empty
  4. 00004D  2710        EOR R17,R16     ;r17 = r17 xor r16
  5. 00004E  FF10        SBRS R17,0      ;skip if 0bit is set in r17
  6. 00004F  CFFA        RJMP L10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement