/* C++ Source */ int x = BIN_BYTE( 101010 ) ; ... /* Intel x86 code */ mov word ptr [bp-2], 42 ... /* Sun Sparc code */ mov 42, %o0 ... //End of File