mirror of
https://github.com/stid/woz64.git
synced 2025-02-18 08:30:28 +00:00
8 lines
129 B
Markdown
8 lines
129 B
Markdown
# Compile to Cart
|
|
|
|
``` bash
|
|
cartconv -t normal -name "woz" -i main.prg -o woz.crt
|
|
x64 woz.crt
|
|
cartconv -i woz.crt -o woz.bin
|
|
```
|