head     1.1;
branch   1.1.1;
access   ;
symbols  sources1:1.1.1.1 sources0:1.1.1;
locks    ; strict;
comment  @# @;


1.1
date     2006.02.04.04.00.05;  author freza;  state Exp;
branches 1.1.1.1;
next     ;
commitid        372543e420c44567;

1.1.1.1
date     2006.02.04.04.00.05;  author freza;  state Exp;
branches ;
next     ;
commitid        372543e420c44567;


desc
@@



1.1
log
@Initial revision
@
text
@       CONSTANT port, 04
       ;
start: LOAD s2, FF       ;initial output value
  rep: OUTPUT s2, port
       LOAD s0, 08       ;delay size
loop0: LOAD sB, FF
loop1: LOAD sC, FF
loop2: SUB sC, 01
       JUMP NZ, loop2
       SUB sB, 01
       JUMP NZ, loop1
       SUB s0, 01        ;delay loop
       JUMP NZ, loop0
       XOR s2, FF        ;toggle waveform
       JUMP rep          ;repeat sequence
@


1.1.1.1
log
@Initial import of the sources themselves.
@
text
@@
