SETG/SETNLE (386+ only)

SETG/SETNLE - Set if Greater / Set if Not Less or Equal (signed, 386+ only)

Sets the byte in the operand to 1 if the Zero Flag is clear or the Sign Flag equals to the Overflow Flag, otherwise sets the operand to 0.

Usage:

	SETG	dest
	SETNLE	dest	

Modifies flags:

none