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