Jump to content
Tuts 4 You

Asm With C ?


Guest Firebreath

Recommended Posts

Guest Firebreath

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?

Link to comment

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.pdf
http://msdn2.microsoft.com/en-us/library/4ks26t93.aspx
Link to comment
Guest Firebreath

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?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...