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.

