
reset:
        mov     a,#1
test:
        nop
        nop
        jb      acc.5,reset
        rl      a
        jmp     test
