
   2.0

      2.0.1

	 - first release

      2.0.2

	 - macros are finally working ;-)
	 - added some new opcodes (see DOCS for details) :

	LASTR   \ASCII\
	LCSTR   \ASCII\
	CSTRING \ASCII..\
	ASC(m)  \ASCII\
	ASCM(m) \ASCII\
	HEX(m)  hhhhhhh
	HEXM(m) hhhhhhh
	NIBBIN  bbbbbbb
	NIBGRB  bbbbbbb
	ABASE   expr
symbol  ALLOC   expr

	 - new factors in expressions:

		%bbbbbbb

	 - added some special symbols for label generation

		--, -, +, ++

      2.0.3

	 - removed few bugs in rplcomp (forgot which exactly)

      2.0.4

	 - fixed makerom bug (MeSsyDOS can't difference case)
	 - added combos

	A=Dn
	B=Dn
	C=Dn
	D=Dn
	Dn=B
	Dn=D
	BDnEX
	DDnEX
	A=A+Dn
	B=B+Dn
	C=C+Dn
	D=D+Dn
	Dn=Dn+A
	Dn=Dn+B
	Dn=Dn+C
	Dn=Dn+D
	D0=D1
	D1=D0
	D0D1EX
	D1D0EX

	  where n is 0 or 1


   2.1
      
      2.1.0

	 - added working sload (not fully implemented yet)
	 - commands that works :
		TItle
		OUtput
		RElocate
		SEarch
		LLu
		SUppress
		ENd
		**

      2.1.1

	 - fully implemented sload
	 - added command option -n
		for full filename path display

      2.1.2

	 - fixed some makerom bugs

      2.1.3

	 - added macintosh support
		( Mac users please verify this, and
		  send me some binaries )

	 - added memory flat model of allocating space in sload

	 - added few more opcodes

symbol	FOR	start end step
symbol	NEXT

	 - tuned up rplcomp a bit

	 -
