On Feb 17, 2006, at 8:04 PM, Serge Dundich wrote:
I need to define the constant memory address/offset in i386 gcc
inline asm,
i.e. immediate value without $ prefix, so I can use it as a
constant offset for
some memory address statement.
Is there any way to do that?
Sure, the manual descr
I need to define the constant memory address/offset in i386 gcc inline asm,
i.e. immediate value without $ prefix, so I can use it as a constant offset for
some memory address statement.
E.g. I want to access different fields of the same structure through a single
base register containing point