Files
Digital-Research-Source-Code/CPM OPERATING SYSTEMS/CPM 86/CONCURRENT/CCPM-86 3.1 SOURCE/D10/GENMSG.A86
Sepp J Morris 31738079c4 Upload
Digital Research
2020-11-06 18:50:37 +01:00

39 lines
896 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DSEG
public msg9120,msg9125,msg9135,msg9140,msg9145,msg9155,msg9160,msg9190
public msg9195,msg9250,msg9255,msg9485,msg9490,msg9495,msg9500,msg9505
;;
msg9120 db '0123456789ABCDEF'
;;
msg9125 db 'ERROR: $',0
;;
msg9135 db 'Reading file: $'
;;
msg9140 db 'Writing file: $'
;;
msg9145 db 'Directory full$',0
;;
msg9155 db 'a',0
;;
msg9160 db 'z',0
;;
msg9190 db '#',0
;;
msg9195 db 'H',0
;;
msg9250 db 'Must be a Hex or Decimal number$'
;;
msg9255 db 'Unable to open file $',0
;;
msg9485 db '[',0
;;
msg9490 db ']',0
;;
msg9495 db 'Loader base must be specified.$',0
;;
msg9500 db 0dh,0ah,'*** CCP/M SYSTEM LOADER GENERATION DONE ***',0dh,0ah,'$',0
db 'DRI$',0
;;
msg9505 db 'Drive Table must contain at least 1 DPH address.$'