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-06-25 18:26:48 +02:00
parent 2282e56845
commit 2ad43cf3b3

View File

@ -14,6 +14,8 @@
* Added `memory_barrier` macro.
* Added `readkey` function.
* Added `random` module.
* Added `ensure_mixedcase` function and `oldpet` and `origpet` text encodings.
@ -44,10 +46,14 @@
* Short functions can be now defined using expression syntax.
* C64: Printing double quote characters doesn't toggle the quotation mode anymore.
* 6502: Fixed optimizations using index registers.
* 6502: Fixed optimizations of comparisons.
* 6502: Fixed optimizations near `for` loops over in-place lists.
* Preprocessor: Added `#use A=B` directive
* Preprocessor: Added `if` function