Posted June 22, 200619 yr hello I know c programming and currently learning asm (masm). I know that you can combine c and asm together, but its still confusing to me. Are there any resources that can help me with this? also... would it matter which asm assembler i learn for combining asm with c, because of the different syntax in each?
June 22, 200619 yr Masm is a good choice. I use C & inline asm when I do keygens.Here are two links which may help you:http://www.jimweller.net/jim/vc98asmqs/vc98asmqs.pdfhttp://msdn2.microsoft.com/en-us/library/4ks26t93.aspx
June 22, 200619 yr thats fantastic thank you it'll help me start off. but im wondering how would i have the "lib/include" for masm in my c code? what is the difference from masm and inline asm?
Create an account or sign in to comment