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

⟦182f3272d⟧ TextFile

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

Derivation

└─⟦2c55ea56f⟧ Bits:30001844 SW-save af projekt 1000, Alarm-system
    └─⟦6b41451d2⟧ 
        └─⟦this⟧ »tj2« 

TextFile

job pm 3 600 time 5 0 size 100000
(mode list.yes
pascal80 codelist.yes
printpass4
finis
)
(*$1 1 1*)
process t;
type
mask=0..63;
mode=packed record a:mask; b: 0..3 end;
mode1=packed record a: 0..63; b: 0..3 end;
var
m: packed  record
v: mode;
v1: mode1;
end;
begin
with m do begin
v:=v; 
v1:=v1;
end;
end
.
▶EOF◀