chiark / gitweb /
red phase first
authorian <ian>
Sat, 2 Oct 2004 02:14:35 +0000 (02:14 +0000)
committerian <ian>
Sat, 2 Oct 2004 02:14:35 +0000 (02:14 +0000)
iwjpictest/flasher.asm

index 700aa04140c3f867d6e2e5d8db7100edae52b026..e7bac426aa07bb1a4dc7c83c52a0bea9829d214a 100644 (file)
@@ -2,7 +2,7 @@
 
 ; This program:
 ;   * flashes PER-PIC-LED (pin 21) with the pattern
-;      [ L-Z L-H-Z L-H-L-H-Z L-H-L-H-L-H-Z ]
+;      [ L-L-Z L-H-Z L-H-L-H-Z L-H-L-H-L-H-Z ]
 ;     where each state lasts approx. 160ms (at 20MHz clock).
 ;   * leaves all other pins set to their default states (usually Z).
 
@@ -22,9 +22,11 @@ SLOWEXP              equ             2       ; 2^2 * 40ms = 160ms
 
 start
 loop
+       call            red
        call            red
        call            black
 
+       call            red
        call            green
        call            black