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

⟦ad6b12099⟧ TextFile

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

Derivation

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

TextFile

mode list.yes
pascal80 list.yes codelist.yes survey.1
process x;
var o : integer;
label xxx;
begin
o := -1;
goto xxx;
o := -2;
o := 0;
o := 1;
o := 2;
xxx:
o := 3;
o := 4;
goto xxx;
o := 16;
o := 17;
o := 20;
o := 256;
end.
▶EOF◀