Achtung Internet Explorer-Benutzer: Die ROHM-Website unterstützt IE 11 nicht mehr. Bitte aktualisieren Sie Ihren Browser, um die beste Leistung auf der ROHM-Website zu gewährleisten.
By adding a suffix to the number to indicate that it is an unsigned integer, it is possible to prevent the operation result from becoming a negative number. #define MACRO_DATA1 (63UL) Here, the number is defined as an unsigned long type by adding a suffix (UL: unsigned long) to the number. For the suffix, see "2.2.4.1 Integral Constants" in the CCU8 Language Reference Manual.