DataMuseum.dkPresents historical artifacts from the history of: Rational R1000/400 Tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Rational R1000/400 Tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - downloadIndex: ┃ L T ┃
Length: 1057 (0x421) Types: TextFile Names: »LINK_CONVERT_PROCEDURE«
└─⟦afbc8121e⟧ Bits:30000532 8mm tape, Rational 1000, MC68020_OS2000 7_2_2 └─ ⟦77aa8350c⟧ »DATA« └─⟦f794ecd1d⟧ └─⟦24d1ddd49⟧ └─⟦this⟧
-- The following procedure should be executed in a command window -- to link and convert the Ada_Runtime and Ada_Task modules. -- M68k.Link (Command_File => "ada_runtime_module", Options => "cross_reference", Response => "<PROFILE>"); Convert (Old_Module => "ada_runtime_module_exe", Old_Format => "RATIONAL", New_Module => "ada_runtime_module_os2000", New_Format => "<DEFAULT>", Options => "", Response => "<PROFILE>"); M68k.Assemble (Source_File => "ada_task_module_asm", Options => "", Response => "<PROFILE>"); M68k.Link (Command_File => "ada_task_module", Options => "cross_reference", Response => "<PROFILE>"); Convert (Old_Module => "ada_task_module_exe", Old_Format => "RATIONAL", New_Module => "ada_task_module_os2000", New_Format => "<DEFAULT>", Options => "", Response => "<PROFILE>");