History:
~~~~~~~~

V1.27: 2013-08-07
~~~~~~~~~~~~~~~~~
- The lowercase option now also affects all other text, not just opcodes.
  (org, db, dw, ",x", ",y", etc.)

V1.26: 2008-11-15
~~~~~~~~~~~~~~~~~
- SEC/BCS pairs are recognised as hard stops
- Added a primitive guess start address algorithm:
  If no start address is detected, it tries to guess by finding SEI/STA $FF3F
- Address is printed when a new data block after a code block starts.
- A change in comments.ini: looked up hex values don't automatically add $

V1.25: 2007-08-09
~~~~~~~~~~~~~~~~~
- Creates labels for implicitly used 16bit values

V1.24: 2007-05-16
~~~~~~~~~~~~~~~~~
- Detects and adds comments for 16bit values (very useful)
- A few more comments (see "comments.ini" file)
- Fixed bugs:
  - Disassembled code was not outputted in certain cases

V1.23: 2006-06-20
~~~~~~~~~~~~~~~~~
- More options (upper/lowercase, extra line breaks)
- More flexible comments (see "comments.ini" file)
- Fixed bugs:
  - $0312/$0313 addresses were labelled incorrectly
  - Byte/Word mixed up for C64ASM output

V1.22: 2006-04-25
~~~~~~~~~~~~~~~~~
- Drag-n-drop files from Windows Explorer
- Customizable comments from "comments.ini" file
- Labels looked up for LDA #$xx/STA $FFFE instructions
- Fixed two bugs
  - When an address had multiple labels, an instruction
    got printed twice
  - $CB was not properly marked as an illegal opcode

V1.21: 2005-09-04
~~~~~~~~~~~~~~~~~
- Better documentation
- Some UI improvements/bugfixes
- Reset vector is now followed in disassembling

V1.20: 2005-04-14
~~~~~~~~~~~~~~~~~
- .disass files are created
- jumptables, hardstops, subparams added
- Many things added and improved, but I forgot to maintain this file...

V1.00: 2003-05-23
~~~~~~~~~~~~~~~~~
- BEQ/BNE pairs are recognised as hard stops
- Multiple entry points are allowed
- Lots of other improvements

V0.60: 2001-??-??
~~~~~~~~~~~~~~~~~
- Fixed registry bug (it saved info to an incorrect place)
- Opcodes like "ASL" ($0A) are now correctly outputted as "ASL A"

V0.50: 2000-08-20
~~~~~~~~~~~~~~~~~
- Initial release