This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: Using 10 year old version of gas


On Sat, 3 Mar 2001, Arno Puder wrote:

>       asm( "inb %1,%0" : "ral=" (value) : "rdx" (port) );

  asm ("in %w1,%b0" : "=a" (value) : "d" (port));

Alan Modra
-- 
Linuxcare.  Support for the Revolution.


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