Skip to main content
Visitor II
June 29, 2006
Question

__asm directive on IAR (EWARM)

  • June 29, 2006
  • 2 replies
  • 772 views
Posted on June 29, 2006 at 10:06

__asm directive on IAR (EWARM)

    This topic has been closed for replies.

    2 replies

    jorge2399Author
    Visitor II
    June 29, 2006
    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

    jorge2399Author
    Visitor II
    June 29, 2006
    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