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

⟦8294e6c18⟧ TextFile

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

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



;       write_quan_tx         * page 1   13 09 77, 11.12;  

;  write_quant
;  ***********

if listing.yes
char 10 12 10

write_quant = set 1 disc

write_quant = algol

external integer procedure write_quant
______________________________________
_                (z, b, width, str, q);  
value                b, width,      q;  
zone              z;  
boolean              b;  
integer                 width,      q;  
string                         str;  
write_quant := if  b  then
write(z, false add 32, width - 9
- write(z, <:<10>:>, str), <<-d_ddd_ddd>, q) else 0;  
end

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