using System; using hwo.bitworks.identity; namespace hwo.bitworks.io { public static class BitFormat { public static Int64 toInt64(LogicBase[] sources){ Int64 i64 = 0; bool neg = sources[sources.Length-1].value(); for (int n=0;n<64;n++){ if (n < sources.Length){ if (sources[n].value()){ i64 |= (1L<0) && ((p%8) == 0)){ digits[n2++] = ' '; } } return String.Format("{0} {1,12:D} {1:x16}",new string(digits),toInt64(sources)); } public static string whitespace(int n){ char[] ws = new char[n]; for (int i=0;i