Slide 14.2: High-level language interface
Slide 14.4: Inline assembly code (cont.)
Home

Inline Assembly Code (Cont.)


Features
Here is what you can do when writing inline assembly code: Limitations
You can not do the following when writing inline assembly code: Length, Type, and Size
You can use the LENGTH, SIZE, and TYPE operators with the inline assembler. The LENGTH operator returns the number of elements in an array. The TYPE operator returns one of the following, depending on its target: The SIZE operator returns LENGTH×TYPE. Microsoft Visual C++ inline assembler does not support the SIZEOF and LENGTHOF operators.