var value:int = 0x7776; trace( value.toString(16) ); //7776 trace( uint(~value).toString(16) ); //ffff8889