This section describes the use of the inline assembler on the Win32 platform.
Name |
Description |
The built-in assembler allows you to write assembly code within Delphi programs. The inline assembler is available only on the Win32 Delphi compiler. It has the following features:
| |
The inline assembler is available only on the Win32 Delphi compiler. The following material describes the elements of the assembler syntax necessary for proper use.
| |
The built-in assembler evaluates all expressions as 32-bit integer values. It doesn't support floating-point and string values, except string constants. The inline assembler is available only on the Win32 Delphi compiler. Expressions are built from expression elements and operators, and each expression has an associated expression class and expression type. This topic covers the following material:
| |
You can write complete procedures and functions using inline assembly language code, without including a begin...end statement. This topic covers these issues:
|
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|