[Tinyos-contrib-commits] CVS: tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla/opcodes ExtendedOpcodes1.java, 1.13, 1.14

Chien-Liang Fok chien-liang at users.sourceforge.net
Wed May 3 14:24:33 PDT 2006


Update of /cvsroot/tinyos/tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla/opcodes
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20397/edu/wustl/mobilab/agilla/opcodes

Modified Files:
	ExtendedOpcodes1.java 
Log Message:
added findMatch

Index: ExtendedOpcodes1.java
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/contrib/wustl/tools/java/edu/wustl/mobilab/agilla/opcodes/ExtendedOpcodes1.java,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** ExtendedOpcodes1.java	23 Mar 2006 00:21:28 -0000	1.13
--- ExtendedOpcodes1.java	3 May 2006 21:24:31 -0000	1.14
***************
*** 67,70 ****
--- 67,72 ----
  	public static final byte OPgetdesc = 0x1b;
  	
+ 	public static final short OPfindMatch = 0x1c;
+ 	
  	public static final short OPegetvar    = 0x80;  // 7th bit must = 0
  	public static final int ArgNumOPegetvar = 1;
***************
*** 73,79 ****
  	public static final short OPesetvar    = 0xc0;  // 7th bit must = 1
  	public static final int ArgNumOPesetvar = 1;
! 	public static final int ArgNumBitsOPesetvar = 6;
! 
! 	
  	
  }
--- 75,79 ----
  	public static final short OPesetvar    = 0xc0;  // 7th bit must = 1
  	public static final int ArgNumOPesetvar = 1;
! 	public static final int ArgNumBitsOPesetvar = 6;	
  	
  }



More information about the Tinyos-contrib-commits mailing list