We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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
"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?