Turbo Freezer XL software V3.0
(c) 1987 by Bernhard Engl
Atasm version (c) 2004-2005 by Matthias Reichl <hias@horus.com>

- The code is split up into two ROM banks to make space for
  future code extensions.

- The new highspeed SIO routine also supports ultra speed drives
  like 1050 Speedy and AtariSIO/APE/SIO2PC.

- Two new menu items were added: Save to and exec from Freezer RAM

- Fixed disk format routine: dummy boot sectors are now written

- Fixed crash when writing to $D1xx and $D6xx

- Enabled read/write access from/to $D5xx

- Added 'search bytes' command to debugger

- Added option '/N' to 'SAV' debugger command to write a raw data file
  without COM-header

- Addresses and values prefixed with '%' are now interpreted as
  decimal values (instead of hex).

- Added bit mask to 'search bytes' command

- Fixed 'delete' key in debugger

- FME now uses cmd $22 also on enhanced drives

- Directory entries are now marked as open for write before
  any data is written.

- If an address is prefixed with '*', the bytes in address and
  address+1 are returned instead. The asterisk can also be used
  multiple time (eg D**E0), just like in C :-)

- Added 'DL' command ("disassemble" display list) to debugger

- Added 'I' command to debugger: like 'D' command, but display
  characters as in internal (screen) format.

- Fixed 'SR' and 'SW' debugger commands so that the first three
  sectors of DD disks can be read/written.

- 'SR' and 'SW' debugger commands now print a log to the screen
  if they were completed successfully.

- 'SR' and 'SW' debugger commands used sector $168 (the VTOC) by
  default if no sector number was given. These commands now require
  an explicitly specified sector number to prevent accidential
  data corruption,

- Shift+Clear now clears the debugger command line.

- With CursorUp and CursorDown the last 4 commands entered into
  the debugger can be recalled. The currently edited command line
  is also saved, so it is possible to view older commands and then
  continue editing a new command. New command history entries
  are stored when return is pressed, but only if the command line
  differs from the last stored command line (to save space).

- Added new 'SIO' command to debugger. Parameters are:
  Device,Unit,Command,Direction,Timeout,Length,Daux
  Length and Daux are 16-bit words (maximum length is $0100),
  Buffer address is set to the default sector buffer ($D100).
  Parameters can be omitted (in this case the last specified
  parameters are used). BEWARE: always specify a full set
  of parameters when invoking SIO the first time you enter
  the debugger and after any other IO operation! Otherwise
  you might accidentially overwrite data or format a disk!

