2018-01-30 16:43:18 +00:00
|
|
|
# Change log
|
2018-01-30 16:38:32 +00:00
|
|
|
|
2018-01-30 16:43:18 +00:00
|
|
|
## Current version
|
2018-01-30 16:38:32 +00:00
|
|
|
|
2018-02-26 11:22:10 +00:00
|
|
|
* **Breaking change!** Renamed `inline` to `macro`.
|
2018-02-01 21:39:38 +00:00
|
|
|
|
2018-03-03 00:21:57 +00:00
|
|
|
* Added preliminary support for 65CE02, HuC6280 and 65816 processors.
|
|
|
|
|
2018-02-26 16:49:55 +00:00
|
|
|
* Added new `-O1` optimization preset; old `-O1` became `-O2`, old `-O2` became `-O3` and so on.
|
|
|
|
|
2018-02-26 11:22:10 +00:00
|
|
|
* Added support for parameters for macros written in Millfork.
|
2018-02-01 21:39:38 +00:00
|
|
|
|
2018-02-26 00:20:50 +00:00
|
|
|
* Enabled calling macros with index expression parameters.
|
|
|
|
|
2018-02-26 11:22:10 +00:00
|
|
|
* Added optimizer hints: `inline`, `noinline`, `register`.
|
|
|
|
|
|
|
|
* Added command line flags `--size`, `--fast`, `--blast-processing`.
|
2018-02-01 21:39:38 +00:00
|
|
|
|
2018-02-26 11:22:10 +00:00
|
|
|
* Added `*'=` and `<<<<` operators.
|
2018-02-01 21:39:38 +00:00
|
|
|
|
2018-01-30 16:38:32 +00:00
|
|
|
* Added return dispatch statements.
|
|
|
|
|
2018-03-03 20:34:12 +00:00
|
|
|
* Added `break` and `continue` statements.
|
|
|
|
|
2018-03-03 00:21:57 +00:00
|
|
|
* Added octal and quaternary literals.
|
|
|
|
|
2018-01-30 16:38:32 +00:00
|
|
|
* Fixed several optimization bugs.
|
|
|
|
|
2018-02-01 21:39:38 +00:00
|
|
|
* Fixed several C64 library bugs.
|
|
|
|
|
2018-02-26 00:20:50 +00:00
|
|
|
* Fixed several other bugs.
|
|
|
|
|
|
|
|
* Other improvements.
|
2018-01-30 16:38:32 +00:00
|
|
|
|
|
|
|
## 0.1
|
|
|
|
|
|
|
|
* Initial numbered version.
|