Command: CMOVNA - Move if not above (CF=1 or ZF=1)
Arguments: DEST: general-purpose register (16 or 32 bit); SRC: general purpose register (16 or 32 bit) or memory location
Usage: CMOVNA DEST,SRC
Effects: If (CF=1 and ZF=1): DEST := SRC; Copies the source value (second argument) to the destination (first argument) if carryflag and zeroflag are set. Otherwise the programm continues with the next operation.
Flags to be set: none