Features - Added support for partial BL instructions (see [THUMB.19](https://problemkaputt.de/gbatek.htmthumbopcodesjumpsandcalls)) Bugfixes - Updated maximum rom size for ROM object to be 32 MiB, not 16.
0.7.1
* Fixed bug where highest addressable ROM address was `0x09000000` instead of `0x09FFFFFF`. See https://problemkaputt.de/gbatek.htmgbamemorymap for details
0.7.0
* Added `default-mode` command-line option, for treating data as THUMB code by default, etc.
0.6.1
* Fixed bug with default start & stop addresses.
0.6.0
* Added new CLI based on [click](https://click.palletsprojects.com/en/7.x/). * Added check/warning when a ROM is oversized (more than 16 MiB). * Added CLI progress bar during disassembly.