program_load
Load a Commodore 64 program from a file and optionally start it immediately, with support for selecting an autostart file index within disk images.
Instructions
Loads a C64 program and optionally starts it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | Yes | ||
| autoStart | No | Whether the loaded program should be started immediately after loading | |
| fileIndex | No | Autostart file index inside the image, when applicable |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| meta | Yes |