title 'Tarbell Electronics CP/M vers. 3.0' ; Copyright (c) 1983 Tarbell Electronics ; this file uses the DTBL macro in CPM3.LIB to generate a table of ; 16 words which are the dph addresses of each drive defined in the ; system. the first entry is drive A: the second entry is B: ect... ; to add drives or change their order simply change the entries ; within the brackets. it is not necessary to pad unused entries ; when using the DTBL macro. maclib cpm3 public @dtbl extrn fd0,fd1,fd2,fd3 extrn win0,win1,win2,win3 cseg @dtbl dtbl end