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