1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-25 19:17:54 +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
+1 -1
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):