mirror of
https://github.com/KarolS/millfork.git
synced 2025-04-04 22:29:32 +00:00
It's .mfk now, not .ml
This commit is contained in:
parent
d134afa213
commit
300dee4319
@ -2,7 +2,7 @@
|
||||
|
||||
## Hello world example
|
||||
|
||||
Save the following as `hello_world.ml`:
|
||||
Save the following as `hello_world.mfk`:
|
||||
|
||||
```
|
||||
import stdio
|
||||
@ -18,7 +18,7 @@ void main(){
|
||||
Compile is using the following commandline:
|
||||
|
||||
```
|
||||
java millfork.jar hello_world.ml -o hello_world -t c64 -I path_to_millfork\include
|
||||
java 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