[maybe OT] embedding asm

From: Mok-Kong Shen (mok-kong.shen_at_t-online.de)
Date: 12/31/03


Date: Wed, 31 Dec 2003 13:29:21 +0100


Apology, if this is OT. (Please kindly refer me eventually
to another group.)

With VC++ I can embed asm statements in a function e.g.
as follows:

__asm
{
  ........
  je lab
  ........
lab:
  ........
}

But gcc seems not to accept this. What is the proper
way of achieving the same with gcc (i.e. grouping a
number of statements with labels)? Thanks in advance.

M. K. Shen