Command: CMOVNO - Move if not overflow (OF=0)
Arguments: DEST: general-purpose register (16 or 32 bit); SRC: general purpose register (16 or 32 bit) or memory location
Usage: CMOVNO DEST,SRC
Effects: If (OF=0): DEST := SRC; Copies the source value (second argument) to the destination (first argument) if overflowflag is not set. Otherwise the programm continues with the next operation.
Flags to be set: none