[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: A20 delay
- Date: 15 Dec 1999 21:53:23 -0500
- From: Ian Lance Taylor <ian@zembu.com>
- Subject: Re: A20 delay
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.
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.
Ian