Component/Equal: Difference between revisions

From Turing Complete
(Created page with "The Equal component checks two values for equality. If the values on both inputs are the same, an ON (1) response is output. If they are different, an OFF (0) response is output. This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. In all cases, a single bit is output, regardless of how many bits are being compared.")
 
No edit summary
Line 1: Line 1:
The Equal component checks two values for equality. If the values on both inputs are the same, an ON (1) response is output. If they are different, an OFF (0) response is output.
The Equal component checks two values for equality. If the values on both inputs are the same, a {{On}} or 1 response is output. If they are different, a {{Off}} or 0 response is output.


This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties.  In all cases, a single bit is output, regardless of how many bits are being compared.
This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties.  In all cases, a single bit is output, regardless of how many bits are being compared.

Revision as of 21:30, 30 December 2023

The Equal component checks two values for equality. If the values on both inputs are the same, a or 1 response is output. If they are different, a or 0 response is output.

This component exists in 8-bit, 16-bit, 32-bit, and 64-bit varieties. In all cases, a single bit is output, regardless of how many bits are being compared.