Index: abi/include/ddi/irq.h
===================================================================
--- abi/include/ddi/irq.h	(revision be67118b88cea944169ab7d9d60b5a575531c631)
+++ abi/include/ddi/irq.h	(revision 100806465eefdbc917d7fcd6da881dc85f5a0c8b)
@@ -96,9 +96,15 @@
 	CMD_PIO_WRITE_A_32,
 	
-	/**
-	 * Perform a bit masking on the source argument
-	 * and store the result into the destination argument.
+	/** Load value.
+	 *
+	 * value -> scratch[dstarg]
 	 */
-	CMD_BTEST,
+	CMD_LOAD,
+	
+	/** Perform bitwise conjunction.
+	 *
+	 * scratch[srcarg] & value -> scratch[dstarg]
+	 */
+	CMD_AND,
 	
 	/** Predicate the execution of the following commands.
