         *********************************************************
         *   Update report from ASM-One V1.01 to V1.02           *
         *********************************************************
                    Another fine release by Venture...
  Anyway, support quality software like this one, and BUY the original...

Editor:
=======

- The status line has been extended, so that * means, "Source Not Saved"
  and M means "Macro is being defined".

- When loading a new file, "Source not saved" appears before you enter a
  new filename.

- Replace had problems when replacing successive strings, it skipped every
  second string.


Assembler:
==========

- If an error occured while assembling a section allocated in chip
  or fast (not public) with autoalloc turned on, the allocated memory
  was forgotten.

- DS - Define Storage.  The defined storage is now initialized to zeroes,
  instead of just uninitialized.

- INCLUDE and INCBIN path and filename are printed when the file
  is being loaded.

- The following command syntax was not supported: ROL Dn, ASR Dn etc.
  Previously you had to type ex. ROL #1,D3, instead of just ROL D3.

- Overall assembler performance has been improved.

- Including a source in an program using ORG and LOAD forced the assembler
  back in relative mode, jumping to the latest used section.

- When the message 'Reassembling...' was showed, assembler options was
  reset to default.

- Word size is now always default, also in (An,Xn) <=> (An,Xn.W)

- INCBINs are now only loaded in the last pass, when using
  assemble optimize.


Disassembler:
=============

- CMPA Dn,Am was disassembled CMPA Dn,Dm

- ABCD and SBCD was disassembled wrong

- Unknown command ??????? is now disassembled as DC.W $nnnn, where
  nnnn is the unknown opcode.

- A few other commands was also disassembled a little wrong


Debugger:
=========


- Turning LineNumbers on and off did not take action immidiatly but
  first next another function was activated.

- Editing A7 changed always SSP and not USP if in user mode.


Preferences:
============

- Using option "!" (eg !.ASM) in the ASM_One.pref file, didn't
  change the fact that an .S was attached at the end of the file
  when using the ".S" option.


         *********************************************************
         *   Update report from ASM-One V1.02 to V1.05           *
         *********************************************************

           --------======= T.F.A. took over !!!! =======-------


Direct line command:
====================

- Inserted the Create sinus command

  CS 	include sinus at a memory adress

  DEST>  	Memory destination adress
  BEG>   	Begin angle
  END>		End angle
  AMOUNT>	Number of values generated
  AMPLITUDE>	Amplitude
  YOFFSET>	Yoffset
  SIZE>		(B)ytes / (W)ords / (L)ongwords
  MULTIPLIER>	Afterwards value multiplier (0 = 1)
  HCORRECTION>	Half step correction (Against irritating ticks)
  RCORRECTION>	ROUND instead of INT (0,7 = 1 instead of 0)

  CSS	include sinus in source

  BEG>   	Begin angle
  END>		End angle
  AMOUNT>	Number of values generated
  AMPLITUDE>	Amplitude
  YOFFSET>	Yoffset
  SIZE>		(B)ytes / (W)ords / (L)ongwords
  MULTIPLIER>	Afterwards value multiplier (0 = 1)
  HCORRECTION>	Half step correction (Against irritating ticks)
  RCORRECTION>	ROUND instead of INT (0,7 = 1 instead of 0)

- Inserted the R {filename}

  When using the R / RO / RB commands.
  Read a file without the filename question

- Inserted the W {filename}

  When using the W / WO / WB / WL commands.
  Write a file without the filename question

- Inserted the I {filename}

  Include a source without the filename question

- Inserted the ZF {filename}

  Delete a file without the filename question



         *********************************************************
         *   Update report from ASM-One V1.05 to V1.06           *
         *             Release date : 07-12-'91                  *
         *********************************************************


OVERALL
-------

- Workspace allocation at the (re)start of ASMONE showed total availeble
  memory. Now it shows the LARGEST BLOK availeble memory

- Inserted the CD {directoryname}

  Create a directory without leaving asmone


BUG REPORTS
-----------

- The S:ASM-One.pref file was loaded but didn't install right.
  It does that correct now.

- The !.ASM command wasn't recognized. It acted thow it was an exit request.
  Now u can change the 'FILE . EXTENSION' in anything u want up to 3 characters
  B.V. : !.ASM     will be set to {filename}.ASM
     or  !.PRICE   will be set to {filename}.PRI

  NOTE #1 : This only has effect when u have the SOURCE .??? menu item enabled
  NOTE #2 : It didn't work in the original V1.02 by RUNE Gram-Madsen !!!!!!


ASSEMBLER
---------

- INCBIN / INCLUDE
  Changed the INCLUDED BINAIRY FILE and INCLUDED SOURCE FILE line. It now
  only shows one line including the file lenght instead of taking up two lines

- Comments
  Now ASMONE recognizes the * as a remark (The same as ;)



         *********************************************************
         *   Update report from ASM-One V1.06 to V1.07           *
         *             Release date : 21-03-'92                  *
         *********************************************************

BUG REPORT
----------

- When u use ALL the chipmem to work with sometimes the pull down menu's
  couldn't be reached. And when u had Req.library ON in the preferences it was
  impossible to do anything that uses the req.library !! Now the memory will be
  checked and if there is insufficient free chip mem the req.library function
  will be automaticly disabled.


ASSEMBLER
---------

- INCBIN / INCLUDE
  When u set the INCDIR directory to something else than your current directory
  Asm-one didn't look for the incbin files in the current dir but the last
  INCDIR !! Now Asm-one will first look in the INCDIR. If the file isn't found
  there it will look at the current dir.


OVERALL
-------

- DOS-EXECUTE
  Implanted a little version of the dos execute command. This one is very 
  simple. It just uses the normal dos-execute library jump !!! (so be sure
  to have RUN in your C: directory)
  
  usage :   Y Diskmaster   	(will start diskmaster, if found)
            Y Xcopy		(will start Xcopy, if found)



         *********************************************************
         *   Update report from ASM-One V1.07 to V1.07b          *
         *             Release date : 23-03-'92                  *
         *********************************************************

OVERALL
-------

- Go command fixed
  Ever since the ASM-One V1.05 the go command was fucked up cause of some
  bytes added in a bss section. Now this is fixed.


         *********************************************************
         *   Update report from ASM-One V1.07 (a/b) to V1.08     *
         *               Release date : 01-08-'92                *
	 *                   Prime '92 party                     *
         *********************************************************


ASSEMBLER
---------

- ALIGN
  Added the ALIGN directive for compatibility reasons.


OVERALL
-------

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!             Asm-One V1.08 now has an internal stack of 16 Kb               !
!                                                                            !
! This use to be 4 Kb, that's why some programs did assemble but gave a GURU !
! when trying to write the object..........                                  !
!                                                                            !
! P.S. it took us a (too) long time to find that out, SORRY for that         !
!                                                                            !
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

- V {Directory command}
  Changed the free blocks in free bytes !!!

- =
  Changed the view of the = command to a more decent look.

- When asmone was copied to RAD: and you had an reset the system crashed.
  This should be over now. (Thanx Nic {End of century 1999})

- Some requesters still showed "ASMONE V1.02". This has been corrected now.

- If you had a source extension with a length of 4 (like .ASM) the last 
  character wasn't written correct to the S:ASM-ONE.PREF file. this is
  corrected now.

- Some words mist a 'l' (Like aLocate Fast/Chip/Absolute) this is correct now.


NEW
---

- Extended the marks to 10. So now you can set 10 marks and jump to them. 
  Look at the menu's for the keys.

- =C
  Someone complaint about the colors of asm-one. I sugested that he changed
  the workbench colors. Asm-one uses the default colors !!
  Now you can set your own colors. Just adjust the color to your wishes.
  The default button will reset the colors to workbench colors....

- Standard directory : you can specify a standard directory to which asmone
                       switches as soon as you start ASM-ONE up.

  put this in your S:ASM-ONE.pref (must be at the end of the + and - 
  but before the \)

  *DH0:SOURCES/MAIN

  This will cause asm-one to startup normaly but when you use 'V' it will 
  allready be in the DH0:SOURCES/MAIN directory. 

  The standard directory will be shown at the start of ASM-ONE

  When writting your prefs (WP) the directoryname will be saved too.  


         *********************************************************
         *   Update report from ASM-One V1.08 to V1.08b          *
         *               Release date : 04-08-'92                *
         *********************************************************

OVERALL
-------

-  If in 2 bitplane mode asm-one V1.08 guru'ed when you wanted to use chip
   mem. Sometimes it even fucked up your screen      (Thanx Crew one)

-  Some words were misspelled.


###############################################################################
#  THANX MUST GO TO % THANX MUST GO TO % THANX MUST GO TO % THANX MUST GO TO  #
###############################################################################

Name			Group			For what 		Version
----------------------- ----------------------- ----------------------- -------
Nic             	End of century 1999	Bug report    		1.05
Madison 		T.R.S.I 		Idea's			1.05
Dark helmet		Spaceballs		Bug report		1.05
R.E.M. 			L.D.S. 			Bug report / Idea's	1.06
Fulcrum			From beyond		Bug report		1.06
Maniac			Catastrophy		Bug report / Idea's 	1.06
??????????		The lost boys		Bug report		1.07a
Boushh			Independent		Bug report / Idea's	1.07b
Inkey			Independent		Idea's			1.07b
Crew one		?????			Bug report		1.08a



===============================================================================
!! IMPORTANT !! !! IMPORTANT !! !! IMPORTANT !! !! IMPORTANT !! !! IMPORTANT !!
===============================================================================

If u got any bug reports or great ideas please sent them to :

T.F.A.
P.O. BOX  2249
1200 CE  HILVERSUM       OR CALL +31-(0)35-855918 TOTAL CONFUSION  (9600+ only)
HOLLAND                  Leave a msg to the Sysop or Price


When sending a bug report :

Please include the configuration u are using     (Processor, Memory, Drives,
						  Harddisks you are using). 
Give a general disciption of your source. 	(If no problem, include the
 						 part which is the boogie.

=====> 	If you include a disk and partial source you will recieve the latest
	version of ASM-One.

Give a discription of your actions starting	
at the point of declaring memory !!		(Max and used mem !!!!!)

===============================================================================
!! IMPORTANT !! !! IMPORTANT !! !! IMPORTANT !! !! IMPORTANT !! !! IMPORTANT !!
===============================================================================


It only makes the program more efficiently !!!

Signed : Price & KILLogic
