1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-05-31 18:41:30 +00:00

Update changelog

This commit is contained in:
Karol Stasiak 2019-10-01 00:52:21 +02:00
parent f251292dd0
commit 3d3089ee93

View File

@ -2,6 +2,8 @@
## Current version
* Preliminary support for the CPU from ZX Spectrum Next.
* Added the ability to define custom segment layouts.
* Fixed bugs with constant booleans.
@ -10,8 +12,16 @@
* 8080: Optimized some library functions.
* Optimized certain byte comparisons.
* 6502: Optimized certain boolean conversions.
* Unused built-in functions are now removed more accurately.
* Updated to Scala 2.12.10.
* Added another NES example (thanks to @Garydos).
## 0.3.8
* `sizeof` now supports arrays.
@ -20,7 +30,7 @@
* Added full 16-bit multiplication and unsigned division.
* Added preliminary support for Atari Lynx (thanks to @Nullious)
* Added preliminary support for Atari Lynx (thanks to @Nullious).
* Added preliminary support for EasyFlash.