tools/Master.cpp
changeset 1101 f8d13814af03
parent 1100 af0b187de6ef
child 1102 5461894b05ab
equal deleted inserted replaced
1100:af0b187de6ef 1101:f8d13814af03
  1236             throw MasterException(err.str());
  1236             throw MasterException(err.str());
  1237         }
  1237         }
  1238 
  1238 
  1239         cout << "    " << hex << setfill('0');
  1239         cout << "    " << hex << setfill('0');
  1240         for (j = 0; j < fmmu.data_size; j++) {
  1240         for (j = 0; j < fmmu.data_size; j++) {
       
  1241             if (j && !(j % BreakAfterBytes))
       
  1242                 cout << endl << "    ";
  1241             cout << setw(2)
  1243             cout << setw(2)
  1242                 << (unsigned int) *(processData + dataOffset + j) << " ";
  1244                 << (unsigned int) *(processData + dataOffset + j) << " ";
  1243         }
  1245         }
  1244         cout << endl;
  1246         cout << endl;
  1245     }
  1247     }