JA/JNBE - Jump Above / Jump Not Below or Equal


	Usage:	JA	label
		JNBE	label
	Modifies flags: None


	Causes execution to branch to "label" if the Carry Flag and Zero Flag
	are both clear.  Unsigned comparision.


				 Clocks			Size
	Operands	 808x  286   386   486		Bytes

	label:	jump	  16   7+m   7+m    3		 2-4
		no jump	  4	3     3	    1


	- see Instruction Timing