PackWordsToDword (FUN)ΒΆ
FUNCTION PackWordsToDword : DWORD
Function packs low and high WORD into a DWORD.
Example:
MEM.PackWordsToDword(16#0102, 16#0304) = 16#01020304
- InOut:
Scope
Name
Type
Comment
Return
PackWordsToDwordDWORDfunction returns the DWORD defined by the WORD inputs
Input
wHighWordWORDhigh word of the Dword
wLowWordWORDlow word of the Dword