[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetClosestAgent Querier_fixed_length.ma, NONE, 1.1

Chien-Liang Fok chien-liang at users.sourceforge.net
Thu Jul 6 12:13:16 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/apps/AgillaAgents/DirectoryService/GetClosestAgent
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1929

Added Files:
	Querier_fixed_length.ma 
Log Message:
initial commit

--- NEW FILE: Querier_fixed_length.ma ---
		pushcl 100
BEGIN		pushc 25
		putled		// toggle green LED		
		pushc 0
		getClosestAgent
		pushc 25
		putled		// toggle green LED		
		rjumpc SUCCESS
		rjump CONTINUE
SUCCESS		pop
		pop
CONTINUE	dec
		copy
		pushc 0
		cneq
		pushc BEGIN
		jumpc 
		halt



More information about the Tinyos-contrib-commits mailing list