mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-15 09:29:49 +00:00
Version 0.3.28
This commit is contained in:
parent
4f6eefab79
commit
144da70594
@ -1,6 +1,8 @@
|
||||
# Change log
|
||||
|
||||
## Current version
|
||||
## 0.3.28 (2021-05-24)
|
||||
|
||||
* Officially deprecated decimal operators with apostrophes.
|
||||
|
||||
* Added optimization hints.
|
||||
|
||||
|
@ -5,7 +5,7 @@
|
||||
A middle-level programming language targeting 6502-based, 8080-based, Z80-based and 6809-based microcomputers.
|
||||
|
||||
For binary releases, see: [https://github.com/KarolS/millfork/releases](https://github.com/KarolS/millfork/releases)
|
||||
(latest: 0.3.24).
|
||||
(latest: 0.3.28).
|
||||
For build instructions, see [Build instructions](./COMPILING.md).
|
||||
|
||||
## Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
name := "millfork"
|
||||
|
||||
version := "0.3.27-SNAPSHOT"
|
||||
version := "0.3.28"
|
||||
|
||||
// keep it at 2.12.11 for GraalVM native image compatibility!
|
||||
scalaVersion := "2.12.11"
|
||||
|
@ -50,8 +50,6 @@ These hints have only effect when used on an assembly function on a 8080-like ta
|
||||
|
||||
* `!preserves_hl` – the function preserves the contents of the H and L registers
|
||||
|
||||
* `!preserves_hl` – the function preserves the contents of the H and L registers
|
||||
|
||||
* `!preserves_cf` – the function preserves the contents of the carry flag
|
||||
|
||||
## Hints for 6809 assembly functions
|
||||
|
Loading…
x
Reference in New Issue
Block a user