We got off our last 1960's [Honeyboxen][1] sometime last year, which made it our oldest machine on site. It was two's complement. The issues we run into on the integer side are [endian][2] issues (I'm looking at you [PDP][3]). You'll run into more "real world" (i.e. today) issues with [floating][4] [point][5] [formats][6] than you will integer formats. [1]: http://en.wikipedia.org/wiki/Honeywell [2]: http://en.wikipedia.org/wiki/Endianness [3]: http://en.wikipedia.org/wiki/PDP-11 [4]: http://en.wikipedia.org/wiki/VAX [5]: http://en.wikipedia.org/wiki/IEEE_754-2008 [6]: http://en.wikipedia.org/wiki/IBM_Floating_Point_Architecture