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

Version 0.1

This commit is contained in:
Karol Stasiak 2018-01-24 17:47:20 +01:00
parent 7e46c4457a
commit 9f57c88473
3 changed files with 4 additions and 2 deletions

View File

@ -8,6 +8,8 @@ Distributed under GPLv3 (see [LICENSE](LICENSE))
**UNDER DEVELOPMENT, NOT FOR PRODUCTION USE**
For binary releases, see: https://github.com/KarolS/millfork/releases (latest: 0.1)
## Features
* multiple targets:

View File

@ -1,6 +1,6 @@
name := "millfork"
version := "0.0.1-SNAPSHOT"
version := "0.1"
scalaVersion := "2.12.3"

View File

@ -18,7 +18,7 @@ void main(){
Compile is using the following commandline:
```
java millfork.jar hello_world.mfk -o hello_world -t c64 -I path_to_millfork\include
java -jar millfork.jar hello_world.mfk -o hello_world -t c64 -I path_to_millfork\include
```
Run the output executable (here using the VICE emulator):