;
; get.sh
;
; Parsing of simple objasm header files
;
;  1994-1998 Straylight
;

;----- Licensing note -------------------------------------------------------
;
; This file is part of Straylight's BASIC Assembler Supplement.
;
; BAS is free software; you can redistribute it and/or modify
; it under the terms of the GNU General Public License as published by
; the Free Software Foundation; either version 2, or (at your option)
; any later version.
;
; BAS is distributed in the hope that it will be useful,
; but WITHOUT ANY WARRANTY; without even the implied warranty of
; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
; GNU General Public License for more details.
;
; You should have received a copy of the GNU General Public License
; along with BAS.  If not, write to the Free Software Foundation,
; 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.

;----- Overview -------------------------------------------------------------
;
; Functions provided:
;
;  get

		[	:LNOT::DEF:get__dfn
		GBLL	get__dfn

; --- get ---
;
; On entry:	R7 == pointer to workspace
;		R8-R12 as set up by BASIC
;
; On exit:	--
;
; CALL syntax:	filename
;
; Use:		Parses a Straylight format objasm header file and sets up
;		BASIC variables appropriately.

		IMPORT	get

		]

;----- That's all, folks ----------------------------------------------------

		END
