1
0
mirror of https://github.com/KarolS/millfork.git synced 2024-06-11 15:29:34 +00:00

Update changelog

This commit is contained in:
Karol Stasiak 2021-01-13 19:57:17 +01:00
parent c1959b356f
commit 8b0c026bf7

View File

@ -2,12 +2,18 @@
## Current version
* Segment-related constants now match their equivalents from the platform definition. Missing constants have been defined.
* Constants with heap start and segment start are now generated properly.
* 6502: Fixed sbyte to word promotions in certain contexts.
* Optimized word shifts for between 7 and 12 bits.
* Allowed new lines after `=`.
* Various optimization improvements.
## 0.3.24 (2020-12-02)
* Preliminary support for TRS-80 Model 1 and 3 running TRS-DOS.