[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A20 delay
- Date: Wed, 15 Dec 1999 23:40:01 -0500 (EST)
- From: Quality Quorum <qqi@world.std.com>
- Subject: Re: A20 delay
On 15 Dec 1999, Ian Lance Taylor wrote:
> Date: Wed, 15 Dec 1999 21:34:48 -0500 (EST)
> From: Quality Quorum <qqi@world.std.com>
>
> BTW, gas still does not like 'jnz $1b' .
>
> I'd be happy to look at a test case.
Apply patch, replace `more:' with `1:' and `jnz more' with `jnz $1b'
>
> Note that gas supports two different conventions for local variables:
> the dollar sign convention and the numeric f/b convention. If you are
> literally using `jnz $1b' then you are mixing them, which won't work.
I am really puzzled, because there a few places in pc386 where various
forms of
jz $1f
1:
are both assembled without a hitch and seems working ok.
>
> Ian
>
Thanks,
Aleksey