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

⟦970c9958b⟧ TextFile

    Length: 1408 (0x580)
    Types: TextFile
    Names: »LINK.PAS«

Derivation

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

TextFile

(* program link(input,output,target,obj1,obj2,...)                           *)

(*****************************************************************************)
(*                                                                           *)
(*                                                                           *)
(* This file contains the source text for the metanic linker written         *)
(* by Lars G. Jakobsen oct. - nov. 1984.                                     *)
(*                                                                           *)
(* Copyright (C) 1984 by Lars G. Jakobsen and Metanic Aps.                   *)
(*                                                                           *)
(*                                                                           *)
(*****************************************************************************)

(*$I testopt.pas  *)
(*$I ioerrnum.pas *)
(*$I global.pas   *)
(*$I stdproc.pas  *)
(*$I objclas.pas  *)
(*$I linkclas.pas *)
(*$I linkinit.pas *)
(*$I getcmd.pas *)
(*$I bldexptb.pas *)
(*$I linksegm.pas *)
(*$I linkterm.pas *)


VAR status: status_type;

BEGIN
   initialize(status,input,output);
   get_command(status,input,output);
   calculate_memory_map;
   build_export_table;
   (* do_loader_action;*)
   link_segments;
   terminate
END.
«eof»