Slide 14.2: High-level language interface Slide 14.4: Inline assembly code (cont.) Home |
0A2Ch
and 0xA2C
.
PTR
operator in statements such as inc BYTE PTR[esi]
.
EVEN
and ALIGN
directives.
DB
(BYTE
) and DW
(WORD
).
PTR
).
STRUCT
, RECORD
, WIDTH
, and MASK
.
MACRO
, REPT
, IRC
, IRP
, and ENDM
, or macro operators (<>, !, &, %, and .TYPE
).
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:
SIZE
operator returns LENGTH×TYPE
.
Microsoft Visual C++ inline assembler does not support the SIZEOF
and LENGTHOF
operators.