DataMuseum.dk

Presents historical artifacts from the history of:

CP/M

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

See our Wiki for more about CP/M

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦f01d711d6⟧ TextFile

    Length: 1408 (0x580)
    Types: TextFile
    Names: »EMSGTABE.MAC«

Derivation

└─⟦77f87173f⟧ Bits:30005981/disk3.imd Turn Key Data Entry System/Datenerfassungspaket - Vers. 1.90
    └─⟦this⟧ »EMSGTABE.MAC« 

TextFile

;*************************************************
;*                                               *
;*	MODULE : EMSGTABE.MAC       (RC-700)     *
;*	DATE   : 01.02.82                        *
;*	BY     : ASE GmbH , 6472 Altenstadt      *
;*	VERSION: 1.90                            *
;*                                               *
;*************************************************
;
; THIS HOLDS THE ENGLISCH MESSAGES USED THROUGHOUT THE DEP
; IN ALL MODES EXCEPT 'FORMAT' AND 'FORMAT-UPDATE'.
;
	PUBLIC	MSGTAB
;
;The following comprises the Message-Table
;used thruout the DEP . One entry contains
;32 Positions.
;the sequence of messages must not be disturbed.
;
MSGTAB:
msg0:	db	"                                ";msg 0 reserved for
;display-mode.
msg1:	db	"          VERIFYERROR           "
msg2:	db	"       RIGHT ADJUST FIELD       "
msg3: 	db	"          ENTRYERROR            "
msg4:	db	"      SELECT FORMAT  ---------> "
msg5:	db	"              READY             "
msg6:	db	"             ABORTED            "
msg7:	db	"        CHECK-DIGIT ERROR       "
msg8:	db	"            PRINTING            "
msg9:	db	"      PRINTING INTERRUPTED      "
msg10:	db	"          ENTRY REQUIRED        "
msg11:	db	"            SIGNERROR           "
msg12:	db	"     DISPLAY REGISTER --------> "
	end
«eof»