<< SL_DeleteAppArg | SL_MakeNativeLong >> |
Top: Documentation Library | Up: SoftLogik App Library API |
SL_MakeNativeWord
NAME
SL_MakeNativeWord -- converts a WORD in the specified byte order to a native WORD.
SYNOPSIS
nword = SL_MakeNativeWord(fword, byteorder);
D0 D0 D1
WORD SL_MakeNativeWord(WORD, UWORD);
FUNCTION
Turns the foreign format word into a native format word. The format of
the foreign word is specified by the byteorder argument.
INPUTS
flong - the foreign format word to convert.
byteorder - one of BYTEORDER_INTEL or BYTEORDER_MOTOROLA.
RESULTS
nword - the native format word.
SEE ALSO
SL_MakeNativeLong, SL_MakeNativeLongBuffer, SL_MakeNativeWord, SL_MakeNativeWordBuffer, SL_MakeForeignWord, SL_MakeForeignWordBuffer, SL_MakeForeignLong, SL_MakeForeignLongBuffer.
SL_MakeNativeWord Command Section By Type url:SL_MakeNativeWord
created:2008-03-01 23:36:33 last updated:2008-03-01 23:36:33
Copyright © 1985-2025 GrasshopperLLC. All Rights Reserved.
User Contributed Comments For SL_MakeNativeWord | sign in to add a comment |
There are no user contributed comments for this page. |
<< SL_DeleteAppArg | SL_MakeNativeLong >> |
Top: Documentation Library | Up: SoftLogik App Library API |