This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]