cancel
Showing results for 
Search instead for 
Did you mean: 

__asm directive on IAR (EWARM)

jorge2399
Associate II
Posted on June 29, 2006 at 10:06

__asm directive on IAR (EWARM)

2 REPLIES 2
jorge2399
Associate II
Posted on June 29, 2006 at 07:49

Hi all,

i encountered problem to use the directive:

__asm{

----

----

}

Doesn't work.

I just find the way with asm(''--- '') on IAR compiler.

Because the first one seems to be usefull because it permits to do inline assembler in C with multiple lines !!

Is impossible to use the other?

Thanks

Jorge,

Spain

jorge2399
Associate II
Posted on June 29, 2006 at 10:06

That's what I saw.

I think there's not more things possible with inline asm.

The compiler reference doesn't seem to indicate other way possible.

Thanks zouh

Regards