;*; Updated on 06-Dec-91 at 10:40 AM by Michele Tonti; edit time: 0:00:10
;*************************** AMUS Program Label ******************************
; Filename: PARSE.M68 Date: 12/6/91
; Category: UTIL Hash Code: 747-453-676-151 Version:
; Initials: KUNI/AM Name: RENE S. HOLLAN
; Company: UDISCO LTD. Telephone #: 5144818107
; Related Files:
; Min. Op. Sys.: Expertise Level:
; Special:
; Description: This routine parses valid options from the command line. Valid
; options begin after the output filename and are preceeded with a slash(/)
;
;*****************************************************************************
; PARSE - parse options on command line
; =====================================
;
; This routine parses valid options from the command line. Valid options
; start after the output file name. Each option is preceeded by a slash (/).
;
; Entry - A2 --> command line after program name
; A0 --> impure area
;
; Edit History
; ------------
;
; 14 October 1986
; Coding starts. /RSH
;
;
PARSE: BYP ; skip over blanks and tabs
TRM ; end of line?
BEQ 90$ ; yup - finished parsing