Embedded Pascal release History

	30/3/1998 

Embedded Pascal Z80/Z180 Version 1.2
Z180 Simulator Version 1.0
	  	
Initial public release

	20/4/1998

Minor Bugfix in Embedded Pascal Assembler:

ld hl,$+10	is off by one
This causes the Pascal "in" function to fail.
jr $+10 is correct

Z180 Simulator will now work with Windows NT

Both Compiler and Simulator will now show
correctly if Windows is used with "large fonts".

	4/5/1998

Bug fix in intlib library. Negative values in the
range of -9 to -1 (integer and longint)
will now show correctly when used with IntToStr().

For-Loops will now behave correctly when used with
integer and negative values.

Bug fix in assembler: out(label),a is now correct
if "label" is defined external.

