head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2006.06.01.01.12.05;	author nachumk;	state Exp;
branches;
next	;
commitid	5b5f447e3e8f4567;


desc
@@


1.1
log
@1st version.
View readme.txt to see available features and current limitations.
@
text
@PARAMETERS vector8 index
vector8 addr = 00000000
if index == 00000000
   wait 5 us
   addr = 00000000
if_else
   wait 6 us
   addr = 00000001
if_end
vector8 var = 00000000
vector8 inc = 00000001
wait 5 us
while
	read addr var
	addr += inc
	wait 2 us
while_end
@
