1 LF EQU 0AH ;ASCII line feed
2 CR EQU 0DH ;ASCII carriage return
4 CRLF DB CR,LF ; gga used to skip a blank line
7 WELCOME_MSG DB 'XMA2EMS: Expanded Memory Manager'
9 DB '(c)Copyright 1988 Microsoft Corporation All rights reserved'
13 DGS_START_MSG DB CR,LF
14 DB 'Performing XMA diagnostics: '
18 DB 'Diagnostics completed '
22 PAGE_FRAME_MSG DB 'Page Frame starts at........................ '
26 DB 'Pages mapped to conventional memory......... '
30 RESERVE_MSG DB 'Pages reserved for 3270 PC Control Program.. '
34 AVAIL_MSG DB 'Pages available for expanded memory......... '
44 NOT_FOUND_MSG DB CR,LF
45 DB 'Cannot find adapter '
50 DB 'Parameter syntax or value error '
55 DB 'Cannot find XMA Emulator device driver '
59 WRONG_EMUL_MSG DB CR,LF
60 DB 'Incorrect version of XMAEM.SYS '
64 WRONG_XMAA_MSG DB CR,LF
65 DB 'Incorrect version of INDXMAA.SYS '
69 REQ_EMS_ERR_MSG DB CR,LF
70 DB 'Too many EMS pages requested in /X parameter '
74 NOT_INSTL_MSG DB 'Expanded Memory Manager has NOT been installed'
78 CONFLICT_MSG DB 'Specified page address conflicts with installed adapter at address '
83 HOLE_MSG DB 'Possible 16KB page available at address '
89 DB 'Possible 64KB frame available at address '
94 NO_PAGES_MSG DB 'No page addresses specified'
99 SIZE_MSG1 DB SIZE1_END - 2 -$
104 NEXT_LINE DB NXT_LN_END - 2 -$
108 Prompt_Msg db 'Press any key to continue . . .',CR,LF