inline assembler |
Top Previous Next |
What is not translated > inline assembler
Inline assembler code isn't converted. It is put into comments instead, so that the translated code will not stop to compile because of invalid assembler parts. In the first version of Delphi2Cpp, there is a minimalistic option to convert Delphi comments and Delphi expressions and to substitute identifiers. The option wasn't taken over here to Delphi2Cpp 2, because it is of little use and because in the actual Delphi RTL the definition of PUREPASCAL can be set, to avoid the use of assembler code at all,
|
This page belongs to the Delphi2Cpp Documentation |
Delphi2Cpp home Content |