Shop OBEX P1 Docs P2 Docs Learn Events
Why does tv.spin write to dirb? — Parallax Forums

Why does tv.spin write to dirb?

mparkmpark Posts: 1,305
edited 2009-06-10 02:33 in Propeller 1
From tv.spin:
        if_nc           mov     dira,t2
        if_nc           mov     dirb,#0
        if_c            mov     dira,#0
        if_c            mov     dirb,t2                 '+18




I thought dirb wasn't connected to anything. Can anyone help me understand what this code is doing?

Comments

Sign In or Register to comment.