cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
asm
asm
Jan 16, 2011 at 6:11pm UTC
lovelyhakeem
(38)
can any one tell me about the keyword asm.....what is its function????and where it is used????
Jan 16, 2011 at 6:36pm UTC
rapidcoder
(1010)
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.