]>
hackdaworld.org Git - my-code/atmel.git/blobdiff - led_plex/main.asm
+ ; debug output
+ cbi PORTD,3
+
; shift source
rol hc595_source
; shift source
rol hc595_source
; set hc595
rcall SET_HC595
; set hc595
rcall SET_HC595
+ ; debug output
+ sbi PORTD,3
+