;*************************** AMUS Program Label ******************************
; Filename: DEVCHR.SBR Date: 06/12/89
; Category: DISK Hash Code: 572-317-373-770 Version: 1.0(103)
; Initials: AMI Name: AMI BAR-YADIN
; Company: UNITED FASHIONS OF TEXAS Telephone #: 5126312277
; Related Files: DEVCHR.BSI
; Min. Op. Sys.: NA Expertise Level: BEG
; Special: DEF statements are d/basic only; will have to be edited for use
; with Alpha's basic.
; Description: Get device characteristics table from basic
;
;
;*****************************************************************************
;* Updated on 12-Jun-89 at 9:03 PM by ; edit time: 0:53:44 *;
;* Created on 23-May-89 at 6:02 PM by Ami Bar-Yadin; edit time: 0:07:02 *;
; DEVCHR.SBR
; get DEVCHR table for a BASIC program
; (C)1989 By Ami Bar-Yadin. AMUS ID: AMI/AM
;
; usage:
; xcall devchr,dev,tbl{,nam}
;
; where:
; dev,s string such as "dsk0" (or "dsk0:", "str0:"...)
; tbl a table, upto 28 byte, see DEVCHR.BSI
; may be shorter than full table;
; only fields that fit will be returned
; nam,s,8 name of device will be returned if present
; in "devnnn:" format (ie "DSK3:")
; NO SIZE CHECKING IS DONE. 8 bytes should be safe.
;
;
;-All commercial rights reserved, etc.
;-No warranties and/or guarranties of any kind, etc.
;-Not responsible for damages resulting from the use of this program, etc.
;-My employer (United Fashions) has nothing to do with this program and
; should not be blamed for it.
;
; I can be reached at:
; United Fashions of Texas, Inc.
; 200 Ash Ave.
; McAllen, TX 78501
; (512) 631-2277
; 8am-6pm
;