This directory contains the sources for the main portion of the HAL assembler 
for the Alpha family of products.  It represents HAL Version 0.18.  It should
contain the following files:

README			This file
Makefile		Makefile for Unix
Makefile.vms		Makefile for VMS

64bit_math.c		Source module
avl.c			Source module
hal.c			Source module
hal_sym.c		Source module

hal_parser.tab.c	This file has been generated by GNU Bison version 1.14
			  from hal_parser.y
lex.yy.c		This file has been generated by GNU flex version 2.3
			  from hal_lex.l

alpha_opcode.h		Source module
avl.h			Source module
hal.h			Source module
hal_parser.tab.h	Source module

hal_lex.l		The lexical portion of the parser, input file to Flex
hal_parser.y		The grammar used for hal, input file to Bison


If it is necessary to compile the preprocessor and there is not an installed
version of flex or bison, remove the appropriate lines from Makefile, and use
the outputs of flex (lex.yy.c) and bison(hal_parser.tab.c) directly.



