[QUOTE=mister_e;39699]OK, so what happen if you change the loop to
Code:
        for Addr=0 to 7
            PORTB = DCD ADDR
            PAUSE 500
            NEXT
that works. the LEDs are chasing as expected. what does this mean then?