diff --git a/vvp/opcodes.txt b/vvp/opcodes.txt index 2088a5187..bac3fed1f 100644 --- a/vvp/opcodes.txt +++ b/vvp/opcodes.txt @@ -1,7 +1,7 @@ /* * Copyright (c) 2001 Stephen Williams (steve@icarus.com) * - * $Id: opcodes.txt,v 1.28 2001/08/26 22:59:32 steve Exp $ + * $Id: opcodes.txt,v 1.29 2001/10/10 04:48:12 steve Exp $ */ @@ -302,6 +302,12 @@ truth table: 0 or 0 --> 0 otherwise x +* %or/r , , + +This is a reduction version of the %or opcode. The is a vector, +and the is a writeable scaler. The gets the value of the +or of all the bits of the src vector. + * %set ,