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

⟦c49dfc8de⟧ TextFile

    Length: 1536 (0x600)
    Types: TextFile
    Names: »ibmlabtx«

Derivation

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

TextFile



;       ibm_lab_tx            * page 1   27 09 77, 13.31;  

;  ibm_lab
;  *******

if listing.yes
char 10 12 10

ibm_lab = set 1 disc

ibm_lab = algol

external boolean procedure ibm_lab
__________________________________
_                (tz);  
zone              tz;  

begin
  integer array  shdescr(1:12);  
  setposition(tz, 0, 0);  
  check(tz);  
  getshare_6(tz, shdescr, 1);  
  shdescr(4) := 6 shift 12;  
  setshare_6(tz, shdescr, 1);  
  monitor(16)send message:(tz, 1, shdescr);  
  monitor(18)wait answer:(tz, 1, shdescr);  
  getshare_6(tz, shdescr, 1);  
  shdescr(4) := 10 shift 12;  comment  op= ;  
  setshare_6(tz, shdescr, 1);  
  monitor(16)send message:(tz, 1, shdescr);  
  check(tz);  
  ibm_lab := setposition(tz, 1, 0);  
end;  

end

if warning.yes
(mode 0.yes
message ibm_lab not ok
lookup ibm_lab)
▶EOF◀