29.7 The asm Statement

I l @ ve RuBoard

Sometimes there are things that you just can't do in C++. In those rare cases, the asm statement comes to the rescue. It lets you specify assembly code directly. The general form of this statement is:

 asm("   assembly statement   ") 

Needless to say, this statement is highly nonportable.

I l @ ve RuBoard


Practical C++ Programming
Practical C Programming, 3rd Edition
ISBN: 1565923065
EAN: 2147483647
Year: 2003
Pages: 364

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net