From de985ac3fdc2826fdee4945bcfc5caf3a494244e Mon Sep 17 00:00:00 2001 From: steve Date: Wed, 10 Oct 2001 04:48:12 +0000 Subject: [PATCH] Document the behavioral reduction or. --- vvp/opcodes.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 ,