This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sythetic registers: modrm/gas question.
- From: Mike Stump <mstump at apple dot com>
- To: Andy Walker <ja_walker at earthlink dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 6 Jan 2003 15:48:31 -0800
- Subject: Re: Sythetic registers: modrm/gas question.
On Saturday, January 4, 2003, at 09:55 PM, Andy Walker wrote:
How do I tell gas to assemble an operand as a one-byte offset instead
of a
four-byte offset?
You will want to learn how to ask GAS these questions. Hint, type in
the assembly, run as foo.s, and then objdump (maybe -d) the result.
This is faster and generally more accurate than asking us.