;*************************** AMUS Program Label ******************************
; Filename: DEVICE.M68 Date: 10/16/89
; Category: SUB Hash Code: 524-035-610-365 Version:
; Initials: Name: JALAL RAISSI
; Company: Telephone #:
; Related Files: XCALL.M68[100,133]
; Min. Op. Sys.: Expertise Level: BEG
; Special: Must get a copy of XCALL.M68 for this to work
; Description: Get a list of devices on current system
;
;
;*****************************************************************************
;DEVICE.M68
;
; Author.............. Jalal Raissi
; Last Date Modified.. 06/23/87
; Reason for Change... Write Up
;
; Purpose............. Gives a list of all mounted devices on the system.
;
; XCALL DEVICE,DEVICES(1),MOUNTED
;
; Where:
; MAP1 DEVICES(20),S,6
; MAP1 MOUNTED,B,1
;