mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-16 16:31:04 +00:00
Version 0.3.22
This commit is contained in:
parent
0806e719ce
commit
bed44cd08e
@ -1,6 +1,6 @@
|
||||
# Change log
|
||||
|
||||
## Current version
|
||||
## 0.3.22 (2020-09-15)
|
||||
|
||||
* Added local labels in assembly.
|
||||
|
||||
|
@ -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.18).
|
||||
(latest: 0.3.22).
|
||||
For build instructions, see [Build instructions](./COMPILING.md).
|
||||
|
||||
## Features
|
||||
|
@ -1,6 +1,6 @@
|
||||
name := "millfork"
|
||||
|
||||
version := "0.3.21-SNAPSHOT"
|
||||
version := "0.3.22"
|
||||
|
||||
scalaVersion := "2.12.11"
|
||||
|
||||
|
@ -3,6 +3,8 @@
|
||||
The examples showcased here are designed to compile with a compiler built from newest sources.
|
||||
If you are using a release version of the compiler, consider browsing the older versions of the examples:
|
||||
|
||||
* [for version 0.3.22](https://github.com/KarolS/millfork/tree/v0.3.22/examples)
|
||||
|
||||
* [for version 0.3.18](https://github.com/KarolS/millfork/tree/v0.3.18/examples)
|
||||
|
||||
* [for version 0.3.16](https://github.com/KarolS/millfork/tree/v0.3.16/examples)
|
||||
|
Loading…
x
Reference in New Issue
Block a user