2006_07_26
  Patch_01 for the ASxxxx Assembler and Linker Version 4.11

	ASxxxx:   The assembly of a direct page instruction with a
  		numeric constant causes a program crash when a .rel
  		file is created. e.g.:

			andb	*0x02

		  The use of a symbolic constant or symbol plus
		a constant compiles normally.

			val = 0x02

			andb	*val
			andb	*extern+0x01

		The assemblers effected are:

  			as6809
			as6812
			ash8
			aspic


		  Merge the patch asxv4pxx directory and subdirectories
		with the V4.11 distribution.  The following file will
		be overwritten:

		asout.c		R_PAGN processing corrected


		  The following new subdirectory and its files will be added
		to the asxtst directory:

		r_pagn		R_PAGN Direct Page Processing Test

		You must recompile all the ASxxxx assemblers to incorporate
		the patch.

