mirror of
https://github.com/KarolS/millfork.git
synced 2025-01-16 16:31:04 +00:00
Version 0.1
This commit is contained in:
parent
7e46c4457a
commit
9f57c88473
@ -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:
|
||||
|
@ -1,6 +1,6 @@
|
||||
name := "millfork"
|
||||
|
||||
version := "0.0.1-SNAPSHOT"
|
||||
version := "0.1"
|
||||
|
||||
scalaVersion := "2.12.3"
|
||||
|
||||
|
@ -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):
|
||||
|
Loading…
x
Reference in New Issue
Block a user