with all the nops i do not really see the benefit of asm.
here is some BASCOM code :
for x=1 to Last_channel
bR0=led_buffer(x)
for y=7 to 0 step -1
set SDI
if bR0.y=0 then
waitus delay1
else
waitus delay2
end if
reset SDI
next
next
↧