asm

Jan 16, 2011 at 6:11pm
can any one tell me about the keyword asm.....what is its function????and where it is used????
Jan 16, 2011 at 6:36pm
The asm keyword is used to put assembly code inline with C or C++ code. The content of the asm block is compiler and platform dependent, so you need to refer to your compiler's documentation.
Topic archived. No new replies allowed.