Example #1
0
 public ArchRegFile()
 {
     regFile = new ArfEntry[65];
     for (int i = 0; i < 65; i++)
     {
         regFile[i] = new ArfEntry();
     }
 }
Example #2
0
 public ArchRegFile()
 {
     regFile = new ArfEntry[65];
     for (int i = 0; i < 65; i++)
         regFile[i] = new ArfEntry();
 }