This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
asm help
- From: "Reny" <reny at bxtech dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Thu, 23 Jan 2003 12:46:13 +0400
- Subject: asm help
Hi,
In my GCC C function when i try to use inline asm inside a finction i am
getting parser error.
For example in the following function -
asm("
movb $0x80,%al
movw "lcr" , %dx
outb %al, %dx "); where lcr is a variable.Can
u
tell me how can i make it correct? or from where i can find the detail
description of function asm()
Please help me out
Reny