This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

assembly instruction

Hi,

i want to put some assembly instruction in my c program, using .asm and .endasm but it seem doesn't work.
Can anybody help, i'd appreciate your respond.

sincerly,
hardian
hardian_97@yahoo.com

Parents
  • "using .asm and .endasm"

    The correct usage is #pragma asm and #pragma endasm
    See the examples in the manual.

    "but it seem doesn't work."

    What do you mean by, "doesn't work." - precisely what did happen? What error/warning message(s) did you get?

Reply
  • "using .asm and .endasm"

    The correct usage is #pragma asm and #pragma endasm
    See the examples in the manual.

    "but it seem doesn't work."

    What do you mean by, "doesn't work." - precisely what did happen? What error/warning message(s) did you get?

Children
No data