hi,

Is it possible to use the register ebp in the input/output register list in 
gcc's inline assembly (for the x86 platform)? If so, how? If not, why not? I 
would like to use ebp just like the other general purpose registers, e.g. 
triggering a software interrupt 0x80 with value in eax:

__asm__ __volatile__("int $0x80"::"a" (value));

thanks for your help!
-- 


"Feel free" – 10 GB Mailbox, 100 FreeSMS/Monat ...
Jetzt GMX TopMail testen: http://www.gmx.net/de/go/topmail

Reply via email to