|
|
DataMuseum.dkPresents historical artifacts from the history of: Bogika Butler |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Bogika Butler Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 1280 (0x500)
Types: TextFile
Names: »LINK.BAK«
└─⟦5e7f516ab⟧ Bits:30009789/_.ft.Ibm2.50007345.imd Mogens Pelles Zilog 80,000 / EOS projekt
└─⟦this⟧ »LINK.BAK«
└─⟦66c279d1a⟧ Bits:30009789/_.ft.Ibm2.50007355.imd Mogens Pelles Zilog 80,000 / EOS projekt
└─⟦this⟧ »LINK.BAK«
(* 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 linkproc.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»