prog8/examples/compiled/readme.txt

10 lines
275 B
Plaintext
Raw Normal View History

2019-01-19 17:34:22 +00:00
These .prg files are the compiled versions of most of the examples.
They can be loaded and ran on a C64 or in an emulator, for example in Vice:
2020-03-12 00:14:10 +00:00
x64sc hello.prg
2019-01-19 17:34:22 +00:00
will load and run the hello example.
2019-01-19 19:02:03 +00:00
You can also attach the d64 disk image and load the examples from there.