Z80NAssembly.TEST Method
Definition
TEST NN — Test. Performs a bitwise AND of the operand with A to set the flags, discarding the result.
public static Opcode TEST(ReferenceOrByte value);
Parameters
| Name | Type | Description |
|---|---|---|
value |
ReferenceOrByte |
The byte value, or a reference to a label supplying it. |
Returns
Remarks
11 T-states.