NUMROL()
Bitwise ROL (rotate left) operation on 16-bit numbers
- Syntax
-
- NUMROL( <nWORD1|cHexWORD1>, <nWORD1|cHexWORD1>[, <lLowByte>] )
- -> <nWordROL>
- Description
-
- TODO: add documentation
- Status
-
- Started
- Compliance
-
- NUMROL() is compatible with CT3's NUMROL().
- Platforms
-
- All
- Files
-
- Source is bit1.c, library is libct.
- See Also