Converting values to HEX from bash:

clang-repl $'#include <iostream>\nusing namespace std; cout << hex << (unsigned)-543 << endl;'

Next - Previous