chiark / gitweb /
add initial red only phase
authorian <ian>
Sat, 2 Oct 2004 02:05:08 +0000 (02:05 +0000)
committerian <ian>
Sat, 2 Oct 2004 02:05:08 +0000 (02:05 +0000)
iwjpictest/flasher.asm

index de5489aad7e912d87da54799676e5601d5d6b936..700aa04140c3f867d6e2e5d8db7100edae52b026 100644 (file)
@@ -2,7 +2,7 @@
 
 ; This program:
 ;   * flashes PER-PIC-LED (pin 21) with the pattern
-;      [ L-H-Z L-H-L-H-Z L-H-L-H-L-H-Z ]
+;      [ 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).
 
@@ -23,6 +23,8 @@ SLOWEXP               equ             2       ; 2^2 * 40ms = 160ms
 start
 loop
        call            red
+       call            black
+
        call            green
        call            black