MEM.PackWordsToDword (FUN)

This function of the CAA_Memory.library  packs low and high word in one DWORD.

Input:

wHighWord

WORD

High word of DWORD

wLowWord

WORD

Low word of DWORD

Output:

MEM.PackWordsToDword

DWORD

DWORD packed

Example:

MEM.PackWordsToDword(16#0102, 16#0304) = 16#01020304