         *********************************************************
         *   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.



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

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+                     MESSAGE TO DEFTRONIC OF CRIONICS                       +
+                                                                            +
+ I liked your TRASH'M-one V1.4 but :                                        +
+                                                                            +
+ Why did you steal our create sinus routine ???????????                     +
+ Why did you steal our create directory ????????                            +
+ Why didn't you mention our name ?????????                                  +
+                                                                            +
+ I think your coding is nice but when you use OUR coding you should mention +
+ our name and not take all the credits for stuff you didn't do !!!!!!!      +
+                                                                            +
+ B.T.W. your G  (go command) bug's       => Like in our Asm-One V1.06       +
+        your Find/Replace command bug's  => Like in our Asm-One V1.06       +
+        when using more than 4Kb of label                                   +
+        pointers WO make trash'm crash   => Like in our Asm-One V1.06       +
+                                                                            +
+ Since you added a lot of nice function's in your version i dicided to      +
+ use some of it (Adjusted to our needs offcause).                           +
+                                                                            +
+                           AND GUESS WHAT ?????????                         +
+                                                                            +
+                        We will mention your name !!!!!!                    +
+                                                                            +
+  Just keep coding but please be fair and give credits where they belong !  +
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

ASSEMBLER
---------

- ENDB (Endbasereg) implanted.
  In previous versions of Asm-One it was possible to use a Baseregister like
  in C programms. Once used the register couldn't be used anymore.
  Now you can end a basereg part of source with endb.

  SYNTAX:

  	ENDB   {Adress register} 

- Implanted the use of parameters. This means you can simulate a CLI startup
  In the Assmbler menu you will find a new item called Parameters. Here you
  can set if you whish to use parameters at the start of a programm. 
  (Also in the debugger the parameters will be set.)
  ** SEE new PS command **


- Implanted a percentage progress indicator (Optional)
  >>>>>>> coding done by Deftronic, adjusted to needs by T.F.A. <<<<<<<<


OVERALL
-------

- Implanted the Binairy view command (@B)
  This will show memory (like @H or @N) but now in binairy form
  >>>>>>> coding done by Deftronic, adjusted to needs by T.F.A. <<<<<<<<

- Implanted include binairy (IB)
  This will include lines in your source (like IN,ID,IH) but now
  in binairy form.
  >>>>>>> coding done by Deftronic, adjusted to needs by T.F.A. <<<<<<<<

- When writing a binairy file the filecheck and deletion of the file will
  now happen when you have entered the START and END. If you break during
  this procedure the file will not be deleted !!!!
  {Thanx Remote-control}
 
- PS  (Parameters set)
  Enter this command at the command line and you will be prompted for the 
  parameter list. This way you can simulate a cli command....

- Implanted the choise of Public mem at the (re)start of ASM-ONE on request.

- Replaced the req.library with the REQTOOLS.library.

  This means that all requesters can now be answered with keystrokes as 
  well !!. Req.library missed some options reqtools.library does have.

  !!!!!!!!! Make sure reqtools.library is copied to your workdisk !!!!!!!!!!

  On the Asm-One disk are the 1.3 and 2.0 verison of REQTOOLS. 
  Use the correct one.....

  If the reqtools library wasn't found the Project/Preferences/reqtoolslib 
  will be dissabled. All functions will be redirected to normal text. 
  The colour request (=C) WON'T WORK !!!!!

  Just like in the req.library 3 different directory's will be maintained.


 dir 1 = Sources dir       => used with : Read source
                                          Write source
                                    
 dir 2 = binairy dir       => used with : Read binairy
 				          Write binairy
 				          Read object
 				          Write object
 				          Write linkfile
 				          Redirected output
 				          Zap file

 dir 3 = secondairy source => used with : Write block
 					  Insert source


- Implanted the EXTENDED REQTOOLS library functions. The Search and Replace
  function can now be handled thru requesters. This is optional in the prefs.
  You can set the PROJECT/Preferences/Extreqtools ON or OFF. (This will be 
  saved in your S:ASM-ONE.PREF file as +XR or -XR)

- Jump to line function will also be handled thru a requester if the
  extended reqtools function is turned on...

- When searching in a source and working with the extended reqtools you
  will be able to search for strings in case dependent mode. This means you
  can search for strings with UPPER and LOWER case characters in it.

  VB:   Case dependent search for   	Mainloop
	will only find this string if it is identical.
	Normal search for		Mainloop
	will find anything with 'mainloop' in it no matter what case !!!

  When using the replace function the string will be replaced as entered.
  So '_LVO' is different than '_LVo'.

  When using the Search_next or Replace_next function the mode you used 
  will be continued.

- When using the {R} command to read a source and you canceled the request
  your source was gone empty. Now your source will stay active if you 
  cancel the requester or press CTRL-C when asked for the filename. 

- When updating a file first is checked if the source is changed. If the 
  source isn't changed the message : "Source not changed. No update needed !!"
  is displayed and no file will be written.

- When trying to load a source bigger than the availeble memory asm-one 
  would read the source anyway and then come up with a error. When still
  trying to jump into the editor Asm-One would crash !!! {Sometimes}
  Now when trying to load a source bigger than the availeble memory Asm-One 
  will display the message "Not enough workmem for source !!" and the last
  source will still be active

- Since Asm-One v1.08 you could set your own colors. Now Asm-One will save
  your color to the S:Asm-One.pref file.
  This will be done in the following format :

  |000|AAA|FFF|68B|         {These are the standard workbench colors !!}

  | = Colors init
  000 = RGB value       (color 0 = black)
  | = Color seperator
  AAA = RGB value       (color 1 = light grey)
  | = Color seperator
  FFF = RGB value       (color 2 = white)
  | = Color seperator
  68B = RGB value       (color 3 = blue)
  | = Color end marker

  The easyest way to do this is start Asm-One, set your colors (using =C), then
  write the S:Asm-One.pref file (using WP). This way your colors will be saved
  and used in the future. It could be posssible that Asm-One creates strange
  colors if you edit the Asm-One.pref file in a text editor !!, SO DON'T !!!!

- If running under kickstart 2.0 or higher Asm-One will open it's screen in the
  workbench 2.x mode. This doesn't have much of a consiquence expect for the
  nice look of the requesters.

  If running under kickstart 1.3 or lower Asm-One will open it's screen in 
  normal (and only) mode. This almost doesn't infect the requesters. 
  THEY STILL LOOK GREAT !!!

- When creating a directory twice (with cd) and the second name was shorter
  then the first it bugged. This is now solved


EDITOR
------

- Sometimes the search/replace command would hang. This was in Asm-One 
  since V1.01 by Rune Gram-madsen. This is now solved !!!



*****************************************************************************
*                                                                           *
*                   ASM-ONE is now a 680x0 Macro assembler !!               *
*                                                                           *
*  Special thanx must go to : Remote-control (R.A.F.)                       *
*                             Schwarzenegger (R.A.F.)                       *
*                                                                           *
*  They provided me with all the information i needed about the 680x0       *
*                                                                           *
*                                                                           *
*****************************************************************************

         *********************************************************
         *   Update report from ASM-One V1.09 to V1.15           *
         *               Release date :   -  -'                  *
         *********************************************************


- Only in the Kickstart 2.x/3.0 version. In this version you can set all your
  preferences in one window. This window is activated by pressing AMIGA-P.
  This function can be called at all times (Expect in debugger). 
  This means you can change your preferences when in Editor, Command line ,
  Binary Monitor, Hexidecimal Monitor, Disassembly Monitor.


- Whenever the _LVOOutput dos call was used it returned a 0 (within Asm-One)
  Now it returns the output handle of the CLI you called Asm-One from.
  
  (i finaly found out the problem... Thanx T.J.)


- Update will (finaly) write your source were you read it from !!!!
  When you change your current directory (with the V command)
  and therafter update your source it will be written in the correct place.

  (Thanx to all who mentioned this !!! => and there were many who did)


- Reqtools bug removed. I used a absolute offset for the directory name. So 
  if someone used another version of the reqtools.library the whole thing
  didn't work. Now it does !!!

  (Thanx CFI !!!)

- When you write a source the filename you see in the menubar will be placed
  in the requester.



COMMAND LINE
------------

- Added keyboard exit for all you keyboard lovers (including me!!)
  Amiga-Q is the same as entering !{enter}

- Added the VBR register in the register-information command (X)

- Adjusted the custom register information.

  Now you can press CTRL-C or Esc when you want to quit at the middle of the
  registers list..

- Adjusted the directory command.

  The listing of a directory scrolls untill the screen is full. Then it will
  wait for a key.

  If the CTRL-C or ESC key is hit the directory will be aborted

>> when using the V command after an aborted directory will show the memory
>> directory so not all files on disk will be shown !!!


MONITOR
-------

- Implanted the binary monitor. (Only byte and word size)
  look at the menu's for more details.

  All function's of the Hex- and Ascii monitor are availeble.

  Filled the empty bottomline with some info :

  Start : Start save position
  End   : End save position
  Size  : Bytes, Words or Longwords
  Time  : Current time (just like in the editor)

- Implanted the save memory in the monitor. First set the START and END 
  position (show at the bottom of the screen) and hit Amiga-s

  When reqtools library is enabled the normal Write-binary requester is shown
  (including the file exists check).
  When reqtools library is disabled the normal questions will be asked in 
  the menu bar...

  				!! Remember !!
  The end position itself won't be saved.....
  This means when start is set at $40000 and and is set at $40100 there will
  be 256 bytes saved !!!  =>  Position $40100 won't be saved


EDITOR
------

- At the request of many i (finaly) adjusted the search/replace command.
  When a search-string is not found it will stay at the last found position.

- At the request of some (who use trash'm-one but like the 2.0 look of Asm-One)
  i implanted the free memory in the status bar.
  It will show the availeble memory and the largest block of memory in Kb.

- I implanted the timer in the status bar. Why ??? don't know. just another
  request of a TRASH'M-One user.

- Jump marks saving implanted.... 
  Look in the preferences menu.

  >> Be carefull : TRASH'M-One only saves 9 marks !!
  >>               Asm-One saves and loads 10 marks 
  >>               When a TRASH'M-One source is loaded in Asm-One the first 
  >>               longword (4 characters) are missing if marks were saved.
  >>                    
  >>               I used the same recognition longword for marks ($FAF9FAF9)


- Quick Tof and Bof.

  Use CTRL-Arrow_up to jump to top of file
  Use CTRL-Arrow_down to jump to end of file


- I implanted the error remember. 
  When a source is assembled and the Assembler/Assemble../ALL_Errors is on
  the complete source will be assembled without stopping for any error.

  Now when in the editor hit Amiga-e and you will jump to the first error
  which occured after your current line. You will see the error that was
  produced in the menu bar !!

  Note : Only the first 100 Errors are remembered.
  

ASSEMBLER
---------

- When a '** FILE ERROR' message was displayed it didn't display the whole
  filename. This is corrected now.

- The offset command didn't work correct. Now it does !!!

- implanted the ENDOFF directive. Wasn't even implanted in the original Asm-one

- implanted the REM directive.

  This directive starts a **REMark** block. the part following a REM statement
  will be skipped during assembling.

  A REMark block is ended with EREM which stands for ENDREM.

- implanted the TEXT directive.
  This will allow you to enter text (like the old dc.b "HAY DUDES")

  the TEXT command is ended by ETEXT which stands for ENDTEXT

  Whenever a '|' is found in the text it will switch to simulated hex mode !!
  and will subtract $30 from the character's untill another '|' is found

  1	=	chr $31	= ascii "1"
  -1	=	chr $2F	= ascii "/"


		Example:
-------------------------------------------------------------< cut here
DATA: text
Hay dudes this is a   T.F.A.   |1| production.... 
I love Diny and wanna do dirty things|/|
 etext
-------------------------------------------------------------< cut here

		is the same as:
-------------------------------------------------------------< cut here
DATA:
	dc.b	"Hay dudes this is a   T.F.A.   ",1," production...."
	dc.b	"I love Diny and wanna do dirty things",-1
-------------------------------------------------------------< cut here

  This way you won't have to TEXT & ETEXT everytime you want a special code 
  inside your text for a trigger or command byte.


- New commands implanted

	INSTRUCTION			PROCESSOR

	BFCHG				68020 and higher
	BFCLR				68020 and higher
	BFEXTU				68020 and higher
	BFEXTS				68020 and higher
	BFFFO				68020 and higher
	BFINS				68020 and higher
	BFSET				68020 and higher
	BFTST				68020 and higher
	BKPT				68020 and higher
	CALLM				68020 ONLY !!
	CAS				68020 and higher
	CAS2				68020 and higher
	CHK2				68020 and higher
	CMP2				68020 and higher
	DIVS.L				68020 and higher
	DIVSL.L				68020 and higher
	DIVU.L				68020 and higher
	DIVUL.L				68020 and higher
	EXTB.L				68020 and higher
	MOVE to CCR			68010 and higher   {*1}
	MOVE from CCR			68010 and higher   {*1}
	MOVEC				68010 and higher   {*2}
	MOVES				68010 and higher
	MULS.L				68020 and higher
	MULU.L				68020 and higher
	PACK				68020 and higher
	RTD				68010 and higher
	RTM				68020 ONLY !!
	TRAPcc				68020 and higher
	UNPK				68020 and higher
	

{*1} = 'MOVE from SR' and 'MOVE to SR' have become privileged instructions
        as off the 68010 !!!
        Use 'MOVE from CCR' and 'MOVE to CCR' in 68010 or higher modes.

{*2} =  MOVEC was implanted as off the 68010.
        These registers may only be spoken to when using a 68010 or higher:
	-	SFC	(Source Function Code register)
	-	DFC	(Destination Function Code register)
	-	VBR	(Vector Base Register)
	-	USP	(User Stack pointer)

        These registers may only be spoken to when using a 68020 or higher:
        -	CACR	(CAche Control Register)
	-	CAAR	(CAche Adress Register)
	-	MSP	(Master Stack Pointer)
	-	ISP	(Interrupt Stack Pointer)


- New adressing modes implanted....

>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>> All adressing modes are allowed in source and destionation mode  <<
>>               as long as the processor allows it                 <<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<


        D{number} = Displacement of maximum {number} bits
	Ax	  = Address register
	Dx	  = Data register
	Bd	  = Base displacement	
		    (when the Bd is defined as a constant the size will
		     automaticly be set to Long)
	Od	  = Outer displacement
		    (When the Od is defined as a constant the size will
		     automaticly be set to Long)
	Size	  = size 		({W}ord , {L}ongword)
	Scale	  = Scaling		(only 0,2,4 or 8 allowed)


	(Dx)					68020 and higher
	(Dx.Size)				68020 and higher
	(Dx.Size*Scale)				68020 and higher
	(Dx.Size*Scale,Bd.Size)			68020 and higher
	([Bd.Size,Dx])				68020 and higher
	([Bd.Size,Dx.Size])			68020 and higher
	([Bd.Size,Dx.Size*Scale])		68020 and higher
	D8(PC)					68000 and higher
	D8(PC,Dx)				68000 and higher
	D8(PC,Dx.Size*Scale)			68020 and higher
	(PC,Dx.Size*Scale,BD.Size)		68020 and higher
	D8(Ax,Dx.Size*Scale)			68020 and higher
	(Ax,Bd.Size)				68020 and higher
 	(Ax,Dx.Size,BD.Size)			68020 and higher
 	(Ax,Dx.Size*Scale,BD.Size)		68020 and higher
	([Bd.Size,Ax])				68020 and higher
	([Bd.Size,Ax],Dx.Size*Scale)		68020 and higher
	([Bd.Size,Ax,Dx.Size*Scale])		68020 and higher
	([Bd.Size,Ax],Dx.Size*Scale,Od.Size)	68020 and higher
	([Bd.Size,Ax,Dx.Size*Scale],Od.Size)	68020 and higher
        {Dx/D5:Dx/D5}				68020 and higher (Bitfields)
	{(Ax):(Ax)}				68020 and higher (Bitfields)

  Just buy a good processor book and find out how they work !!


- Warnings on/off implanted.

  Look in the Assembler/Assemble.. menu

  When a specific or higher proccesor is needed for the command you used
  a warning will be shown (1 maximal per line)

  You can turn off the warnings by disableling the Warnings menu item

  When you have this item enabled all 68010++ commands/adressing modes will 
  show a warning !! even when you have specified a 68040 in your system.

  When you have this item enabled the warnings will be remembered in the
  error table so you can use Amiga-e in the editor again to find them.

  When you have this item enabled and are disassembling ' ; 680x0 mode' will
  be added to the line.


Debugger/Disassembler
---------------------

- Added the VBR register on the right side.

- Changed the debugger. It checks the processor used in the system.
  This is needed to check if there has to be a longer stackframe for returning

  When a programm is executed or stepped thru Asm-One will clear all cache
  at the beginning of the programm, or at the start of each step procedure !!!

  Remeber >> Don't use Self Modifying Code on the 68020/30/40 without
             disableling and clearing INSTRUCTION Cache !!

- All new commands now also disassemble. Due to the fact that 1 commandline
  now can reach up to more than 80 characters sometimes the line is cut off.


	  >>>>>>>In Debug/disassembly mode-Halfscreen (@D)<<<<<<<<<<<

  move.l	([$400.w,a0],d1.w*2,$78000.l),([$800.l,a1,d2.l*4],$88220.l)

  will be converted to

{adres} 23B01327040000078000>MOVE.L  ([$0400,A0],D1.W*2,$00078000.L),([$000>
                            ^                                              ^
                            |                                              |
                            ----------- Meaning this is not all !! ---------

  
	      >>>>>>>>In disassembly mode-full screen (D)<<<<<<<<<<
  
  move.l	([$400.w,a0],d1.w*2,$78000.l),([$800.l,a1,d2.l*4],$88220.l)

  will be converted to

{adres} 23B01327040000078000>MOVE.L  ([$0400,A0],D1.W*2,$0007800>
                            ^                                   ^
                            |                                   |
                            ---- Meaning this is not all !! -----



  	          >>>>>>>>When including disassembly (ID)<<<<<<<<

  move.l	([$400.w,a0],d1.w*2,$78000.l),([$800.l,a1,d2.l*4],$88220.l)

  will be converted to

 MOVE.L	([$0400.W,A0],D1.W*2,$00078000.L),([$00000800.L,A1,D2.L*4],$00088220.L)



###############################################################################
#  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/1.09
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			T.F.A. {since 09-'92}	Bug report / Idea's	1.07b
Inkey			T.F.A. {since 09-'92}	Idea's			1.07b
Crew one		?????			Bug report		1.08a
Dragzter		?????			Bug report / Idea's	1.08ab
CFI			Size			Bug report / Idea's	1.08b
Flake			D-TECT			Bug report / Idea's	1.08b/1.09
Remote-control		{off. commodore dvpl}   Help with 2.0/Reqtools	1.08b
Deftronic		Crionics		Coding/Stealing??       1.06 !!
- GALAXY -              ?????			Cursing/ Idea's		1.09
Remote-control		{off. commodore dvpl}	680x0 books/info	1.09
Schwarzenegger		R.A.F.			Help with 3.0/Idea's	1.09
PBA			independant		Support/Idea's		1.07 !!
SMF			independant		Support/Idea's		1.07 !!
Spike			X-Ray			Bug report / Idea's	1.09
Coders of		Italian Bad Boys	Bug report / Idea's	1.09


Messages from Price to :

-	Promax
	Hay dude,
	Hope you liked the idea's and bug removals what we did. We are still
	telling people to buy the original !!
	
-	Team 17
	O.K. you bought the original !!
	So there is no stopping you using this version. We at T.F.A. think
	all users should by the original and use this version. 

			  !!! We ain't in it for money !!!!

	We're doing for the people and the contacts arround the world.

-	Nic/Arrenix (hope i spelled it right cause i'm a bad reader !!)
	Nice to see you're still using Asm-One... 
	Hope you like the 68020/30/40 power!!

-	Flake/D-Tect
	Thanx for the sources. But by the time i got the the problem was
	allready solved. Hope you like the latest version...

-	Spike / X-ray
	Well the problem with the keymap is a nice one. Try to fix it as soon
	as possible.
	(P.S. Sorry but if i send a copy of the Asm-One source to everybody
	      who asked me for it i think we had about 1001 Versions of Asm-One
	      by now...)

-	God / Lunatics
	Boy, all the way to the other end of the world !!!. Well i'm glad you
	liked the Remote File Window for Ami-express. 
	Telekinetic (Our Whq Sysop) will send you the information you requested

-	Dark Helmet/ Space Balls
	Hope your printer is working better now (remember the GFX ??)
	Thanx for the new address. 
	(P.S. We at T.F.A. think that 'State Of The Art' was realy cool
	      and congratulate you with winning the demo compo..
	      You deserved it !!!!)

                  MAY THE SCHWARTZ BE WITH YOU TOO (and friends offcause)

-	Italian Bad Boys
	Thanx for the sources. But again (see Flake/D-Tec) when it arrived
	i had solved the problem allready. Hope you like the new one.

	P.S. Sorry but the if i send a copy of the Asm-One source to everybody
	     who asked me for it i think we had about 1001 Versions of Asm-One
	     by now...
	P.S2 Did you recieve my return letter ????

-	Deftronic/Crionics
	Don't STEAL this one like you did before with V1.06
	Code your own 20/30/40 (dis)assembler !!!!!

-	All Asm-One users / All over the world
	Keep calling, writing, using, loving Asm-One. 
	You know how to contact us.............

Signed : Price of T.F.A.

===============================================================================
!! 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       
HOLLAND

OR CALL

            +31-(0)35-855918 TOTAL CONFUSION 16.8Dual (9600+ only)
                 Leave a msg to the Sysop or Price

!!!!!!!!!! THERE IS A SPECIAL ASM-ONE SUPPORT CONFERENCE !!!!!!!!!!

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).

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


When sending new idea's :

If posible please include a little demo source of how you think the idea you 
send in could work.

Remember it must be a kickstart 1.2/1.3/2.0/3.0 compatible source
(may be 2 sources, one for 1.2/1.3 and one for 2.0/3.0)

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

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

It only makes the program more efficiently !!!

Signed : Price
