DataMuseum.dk

Presents historical artifacts from the history of:

RC4000/8000/9000

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

See our Wiki for more about RC4000/8000/9000

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦c4997f174⟧ TextFile

    Length: 768 (0x300)
    Types: TextFile
    Names: »automove«

Derivation

└─⟦621cfb9a2⟧ Bits:30002817 RC8000 Dump tape fra HCØ.  Detaljer om "HC8000" projekt.
    └─⟦0364f57e3⟧ 
        └─⟦87223b8a0⟧ »kkrcmonfil« 
└─⟦00964e8f7⟧ Bits:30007478 RC8000 Dump tape fra HCØ.
    └─⟦b2ec5d50f⟧ 
        └─⟦87223b8a0⟧ »kkrcmonfil« 
            └─⟦this⟧ 

TextFile

message the loader is autoboot
moveload=algol
begin integer field i,j,k;
own boolean notfirst;
zone zind(128,1,stderror);
open(zind, 4, <:autoboot:>, 0);
setposition(zind,0,0);
getposition(in,i,0);
setposition(in,i,0);
inrec6(zind,512);
for i := 2 step 2 until 512 do
for j := -16 step 8 until 0 do
  if notfirst then
    outchar(in, zind.i shift j extract 8)
  else notfirst := true;
outchar(in,0);
close(in,false);
end;
moveload autofil
▶EOF◀