Is there a way to conditional move a zero into a register in assembly? I\'m trying to do
cmpb %r9b, %r8b #compare r9 and r8 cmovgq $0, %rcx #If r8>r9, move