DataMuseum.dk

Presents historical artifacts from the history of:

CR80 Hard and Floppy Disks

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about CR80 Hard and Floppy Disks

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - download

⟦719c0ecef⟧ TextFile

    Length: 320 (0x140)
    Types: TextFile
    Names: »TEST3D«

Derivation

└─⟦669a7778a⟧ Bits:30005162 8" CR80 Floppy CR80FD_0153 ( KJA002 STI UNMAPPED #7 SYSTEM FD01 COPY 900405 )
    └─⟦fd85af3bb⟧ 
        └─ ⟦this⟧ »TEST3D« 

TextFile

PROCEDURE RA(N)
BEGIN
   REPEAT N
   BEGIN
   INITREAD #0303 16 EXPECT PATTERN 2
   APPEND #0303 16 PATTERN 2
   END
END
BEGIN
   ASSIGN 124 3
   DEFINE PATTERN 2 = #1100 #3322 #5544 #7766 #9988 #BBAA #DDCC #FFEE
   DEFINE PATTERN 1 = 'TDX-HOST I/F + LTUX-MCPU TEST + INTEGRATION'
   CREATE 0 #0303 10 50
CONSOLE IN
END