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

⟦5e3c6a098⟧ TextFile

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

Derivation

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

TextFile

(mode list.yes
outshortcl=algol list.yes
global outshortcl
mode list.no
)
external
procedure outshortclock(out,tailcode);
value tailcode; integer tailcode;
zone out;
begin
real r;
write(out,<:  d.:>,<<zddddd>,
systime(4,( if tailcode>0 then tailcode else
tailcode + extend 1 shift 24)/625 * 1 shift 15 + 12  ,  r  ),
<:.:>,<<zddd>,  r/100);
end outshortclock;
end;
▶EOF◀