A89: Inline Assembly with GCC


[Prev][Next][Index][Thread]

A89: Inline Assembly with GCC




Somebody here is bound to be able to answer this question, regardless of
how badly I ask it. Does anyone have any good documentation on the asm()
directive? Like when you specify outputs or inputs like asm("foo" : "=g"
(to) : "g" (from)). What do the constraints mean "f" means float, "g" is
global? "r" means register? I am just guessing here because the GCC
documentation doesn't talk about it.

-- 
Scott "_Wrath_" Dial
wrath@calc.org
ICQ#3608935
Member of TCPA - tcpa.calc.org
_____________________________________________
NetZero - Defenders of the Free World
Click here for FREE Internet Access and Email
http://www.netzero.net/download/index.html



Follow-Ups: