| MakeInt64 Function | 
Unit
QESBPCSSystem
Declaration
Function MakeInt64(const HiDWord, LoDWord: LongWord): Int64;
| Parameters | 
| HiDWord | High DWord (4 bytes). | 
| LoDWord | Low DWord (4 bytes). | 
Category
Memory Operations
Arithmetic Routines for IntegersImplementation
 
| function MakeInt64 (const HiDWord, LoDWord: LongWord): Int64; asm xchg eax, edx //Swap eax and edx End; | 
|  |