Command: JA-Jump if Above (CF=0 and ZF=0)
Arguments: label: label pointing to the destination in the instruction stream
Usage: JA label
Effects: If both carry and zero flags are clear transfer control to label without recording return information, else continue with next operation.
Flags to be set: None
Misc: same as JNBE