__puthex
void __puthex(unsigned long value);
#define error_puthex(__x) __puthex(__x)
#define debug_puthex(__x) __puthex(__x)