]>
wirehaze git hosting - MS-DOS.git/blob - v4.0/src/CMD/PRINT/PRINT_TM.ASM
6 BREAK <Transient Messages
>
11 ; Transient Service code
13 ; 02/13/84 MAU Fixed bug with BadCanMes
15 ; 05/20/87 FJG Change format to new Message Service
32 Code Segment public para
34 PUBLIC SYSGETMSG
, SYSLOADMSG
, SYSDISPMSG
36 ASSUME
CS:DG
,DS:nothing
,ES:nothing
,SS:Stack
42 MSG_SERVICES
<MSGDATA
>
43 MSG_SERVICES
<NEARmsg
,LOADmsg
,GETmsg
,DISPLAYmsg
,INPUTmsg
,CHARmsg
>
47 ; include message class 1, 2, A, B, C, and D
51 MSG_SERVICES
<NEARmsg
,PRINT
.CL1
,PRINT
.CL2
>
52 MSG_SERVICES
<NEARmsg
,PRINT
.CLA
,PRINT
.CLB
,PRINT
.CLC,PRINT
.CLD>