Title Load List For an Md-3 (12_Sept_84) ; ; Copyright (c), 1983, 1984, ; Morrow Designs, Inc. ; 600 McCormick ; San Leandro, Ca. 94577 ;---------------------------------------------------------------------- ; External Defintions (3_Aug_84) ;------------------------------- ; Public LodLen Public LodLst ;---------------------------------------------------------------------- ; Drive Designations for Key filespec prompt strings ;--------------------------------------------------- ; X_Drive equ 0 ;Current Drive A_Drive equ 1 ;Drive A: B_Drive equ 2 ;Drive B: C_Drive equ 3 ;Drive C: Null equ 0FFh ;Null Key filespec prompt page 60 ;---------------------------------------------------------------------- ; Program Load List for an Md 1/2/3 (11_Sept_84) ;----------------------------------------------- ; LodLen: db (LodEnd - LodLst)/4 LodLst: dw Key1, Ims1 dw Key2, Ims2 dw Key3, Ims3 dw Key4, Ims4 LodEnd: ;---------------------------------------------------------------------- ; Key file Names and Prompt Strings (10_Sept_84) ;----------------------------------------------- ; 1) Entry Format: ; -FCB filespec for validation file followed by a prompt string. ; -or a Null (0FFh) for No File Check ; Key1: db Null Key2: db NOT Null db A_Drive,'FORMAT COM',0 db 'Destination $' Key3: db Null Key4: db Null ;---------------------------------------------------------------------- ; Ims Strings (12_Sept_84) ;------------------------- ; Entry Format: ; -Valid Ims Sting in the same format as the IMS command ; carriage return = ; ; warm boot pause = | ; Ims1: db (Ims2 - Ims1) - 1 db 'Isub1|' db 'Fdl;' Ims2º dâ (Ims3 - Ims2© - 1 db 'Format * B D|Backup *|' db 'Fdl;' Ims3: db (Ims4 - Ims3) - 1 db 'Isub2|' db 'Fdl;' Ims4: dâ (ImsN - Ims4© - 1 db 'Era Isub1.com;Era Isub2.com;Era Fdl.Com;' db 'Era Init.com;Era Terminal.Dat;' db 'Auto Pilot CpMenu;Pilot CpMenu;' ImsN: end