I was wondering as I going thru this C book and it doesn't mention it. Can asm be used in C code. If so how?
!. Yes.
2. It's implementation defined. Read your compiler manual. Don't expect your inline assembly to work with a different C compiler.
2. It's implementation defined. Read your compiler manual. Don't expect your inline assembly to work with a different C compiler.