DataMuseum.dk

Presents historical artifacts from the history of:

Bogika Butler

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Bogika Butler

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦a8074d9e1⟧ TextFile

    Length: 896 (0x380)
    Types: TextFile
    Names: »LINKINIT.PAS«

Derivation

└─⟦5e7f516ab⟧ Bits:30009789/_.ft.Ibm2.50007345.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »LINKINIT.PAS« 
└─⟦66c279d1a⟧ Bits:30009789/_.ft.Ibm2.50007355.imd Mogens Pelles Zilog 80,000 / EOS projekt
    └─⟦this⟧ »LINKINIT.PAS« 

TextFile

PROCEDURE initialize(VAR status: status_type;
                     VAR in_file,
                         out_file: text
                    );

   (* This procedure initializes global abstract data structures *)

   VAR
      i: section_kind_type;

   BEGIN (*initialize *)

      (* initialize memory map class *)

      object_file_count := 0;
      object_module_count := 0;
      WITH target_module DO
        BEGIN
         start_position := long_null;
         FOR i := loader_sect TO bss_sect DO
            WITH section(.i.) DO
              BEGIN
               size := long_null;
               relocation_constant := long_null;
               segment_number := segment_by_section(i)
              END;
        END;

      (* initialize                  *)



   END;  (*initialize *)
«eof»