NUMXOR()
Bitwise logical XOR operation on 16-bit numbers
- Syntax
-
- NUMXOR( <nWORD1|cHexWORD1>, <nWORD2|cHexWORD2> ) -> <nWordXOR>
- Description
-
- TODO: add documentation
- Status
-
- Started
- Compliance
-
- NUMXOR() is compatible with CT3's NUMXOR().
- Platforms
-
- All
- Files
-
- Source is bit1.c, library is libct.
- See Also