I am not sure what it is you are trying to acomplish so this may not be of any help.
You could save the assembly commands to a file and have that file accessed by a macro that is run from within an inline assembly block. If you do it that way all you have to change each time is the saved file...
I am not sure I understand. You mean that you have some machine code generated from debug output that you now want to execute directly from another program?
Yes strcmp is your best option if you are passing pointers (a string is just an array after all). You must remember that if str1 and str2 are equal strcmp(str1,str2) will return zero. The reason for this is to allow for easier sorting. So if you are testing for true you have to use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.