示例#1
0
 // define all labels, assuming default load point
 public void PlaceCode()
 {
     pcs = new PlaceCodeSections(FileInfoTable, globalSymbols);
 }
示例#2
0
 // define all labels given a specific load point
 public void PlaceCode(int loadPoint)
 {
     pcs = new PlaceCodeSections(FileInfoTable, globalSymbols, loadPoint);
 }