DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

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

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦15a35bcc5⟧ TextFile

    Length: 315 (0x13b)
    Types: TextFile
    Names: »mssfin.asm«

Derivation

└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit
    └─⟦71044c191⟧ »EurOpenD3/misc/kermit.ms-2.32.tar.Z« 
        └─⟦31f2d420d⟧ 
            └─⟦this⟧ »mssfin.asm« 

TextFile

        NAME    mssfin
; File MSSFIN.ASM
; Last edit 21 Nov 1988
; 21 Nov 1988 Version 2.32
; 1 July 1988 Version 2.31
; 1 Jan 1988 version 2.30
; This module must be loaded (linked) LAST
        include mssdef.h
        public  msfinal

datas   segment public 'datas'
msfinal label   byte
datas   ends
        end