Skip to content

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);

View source

Parameters

Name Type Description
value ReferenceOrByte The byte value, or a reference to a label supplying it.

Returns

Opcode

Remarks

11 T-states.