Skip to content

Commit 1a2137c

Browse files
committed
updated the compiled examples and disk image
1 parent 7459896 commit 1a2137c

File tree

15 files changed

+5
-0
lines changed

15 files changed

+5
-0
lines changed

examples/compiled/bdmusic.prg

-33 Bytes
Binary file not shown.

examples/compiled/cube3d-float.prg

-67 Bytes
Binary file not shown.
1 Byte
Binary file not shown.

examples/compiled/examples.d64

0 Bytes
Binary file not shown.

examples/compiled/fibonacci.prg

407 Bytes
Binary file not shown.

examples/compiled/hello.prg

-16 Bytes
Binary file not shown.

examples/compiled/makedisk.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
c1541 -format examples,01 d64 examples.d64
2+
for filename in *.prg; do
3+
c1541 examples.d64 -write $filename ${filename%.*}
4+
done
5+
c1541 examples.d64 -dir

examples/compiled/mandelbrot.prg

-29 Bytes
Binary file not shown.

examples/compiled/numbergame.prg

-65 Bytes
Binary file not shown.

examples/compiled/primes.prg

900 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)