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

⟦e4e8ea4a2⟧ TextFile

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

Derivation

└─⟦9ccaf6601⟧ Bits:30008165 Bånd med SW8000 kildetekst/release værktøjer
    └─⟦2ba378e4a⟧ 
        └─⟦this⟧ »automove    « 

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◀