woz64/README.md

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
```