[maybe OT] embedding asm
From: Mok-Kong Shen (mok-kong.shen_at_t-online.de)
Date: 12/31/03
- Next message: Joona I Palaste: "Re: [maybe OT] embedding asm"
- Previous message: pete: "Re: Portability question"
- Next in thread: Joona I Palaste: "Re: [maybe OT] embedding asm"
- Reply: Joona I Palaste: "Re: [maybe OT] embedding asm"
- Reply: Ben Pfaff: "Re: [maybe OT] embedding asm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Next message: Joona I Palaste: "Re: [maybe OT] embedding asm"
- Previous message: pete: "Re: Portability question"
- Next in thread: Joona I Palaste: "Re: [maybe OT] embedding asm"
- Reply: Joona I Palaste: "Re: [maybe OT] embedding asm"
- Reply: Ben Pfaff: "Re: [maybe OT] embedding asm"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]