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

⟦e380e9c69⟧ TextFile

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

Derivation

└─⟦9ccaf6601⟧ Bits:30008165 Bånd med SW8000 kildetekst/release værktøjer
    └─⟦39138f30b⟧ 
        └─⟦this⟧ »makelist    « 

TextFile

;*************************************************************************
;*                                                                       *
;*  generering af list filer til TAS pakke rel. 1.0                      *
;*                                                                       *
;*************************************************************************


head 
mode list.yes

mode 15.yes
i tasslang     ; oversæt tassterm med listning

; oversæt tascat med listning
clear user tclist
tclist=set 400 disc2
o tclist
algol kerneltxt list.yes
algol tctxt connect.no fp.yes spill.no list.yes
o c
scope user tclist
lookup tclist

; oversæt mcl med listning
clear user mcllist
mcllist=set 200 disc2
o mcllist
algol mcltxt connect.no list.yes
o c
scope user mcllist
lookup mcllist         
                              
; oversæt utility med listning
clear user utillist
utillist=set 400 disc2
o utillist
algol mvmcltxt connect.no  list.yes
head 1
algol dtctxt connect.no list.yes
head 1
algol stctxt list.yes
head 1
algol ltctxt connect.no list.yes
o c
scope user utillist
lookup utillist
  
; oversæt mcl programmer med listning
clear user  mclproglist
mclproglist=set 200 disc2
o mclproglist
mcl operamcltxt list.yes
mcl instermtxt list.yes
mcl primomcltxt list.yes
mcl stdmcltxt list.yes
mcl upcatmcltxt list.yes
o c
scope user mclproglist
lookup mclproglist

head
▶EOF◀