Re: [Clax86list] So should i be using JA or JC instead of JG?

From: Charles A. Crayne (spamtrap_at_crayne.org)
Date: 02/09/05


Date: Wed, 9 Feb 2005 03:00:38 +0000 (UTC)

On Wed, 9 Feb 2005 02:14:12 +0000 (UTC)
"Dave Turner" <spamtrap@crayne.org> wrote:

:So should I use JA or JC instead of JG?

Either one will solve the apparent inconsistency which you were asking
about. If you really meant JG [i.e. do not branch if equal] , then JA is
the correct replacement. If you instead meant branch on greater or equal,
than JNC or JNB is correct.

-- Chuck