◄Instruction Summary► ◄Contents► ◄Index► ────────────────────────────────────────────────────────────────────────────── The compare instructions are similar to arithmetic and logic instructions, except that the result is not stored in the destination operand. Like arithmetic instructions, these instructions set processor flags and can set up a test for a subsequent conditional jump. Mnemonic Name CMP Compare (same as SUB but result is ignored) CMPS Compare String TEST Logical Compare (same as AND but result is ignored) -♦-