prog8/examples
2020-09-20 01:14:53 +02:00
..
arithmetic implemented signed byte and word division 2020-08-29 00:00:53 +02:00
cmp floating point 1.0 no longer referenced from ROM because cx16 doesn't have it. Added some more cx16 examples. 2020-09-05 00:17:58 +02:00
compiled updated examples 2020-08-27 18:11:49 +02:00
cx16 types of constant values now actually follow their declared const var type 2020-09-20 01:14:53 +02:00
balloonflight.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
bdmusic-irq.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
bdmusic.p8 got floating points working in commanderx16, added txt.color() to set text color 2020-08-30 00:15:18 +02:00
cube3d-float.p8 fix some issues with float const 0.0 and 1.0 2020-09-05 02:07:41 +02:00
cube3d-gfx.p8 better detection of duplicate variable definitions 2020-09-19 15:46:51 +02:00
cube3d-sprites.p8 floating point 1.0 no longer referenced from ROM because cx16 doesn't have it. Added some more cx16 examples. 2020-09-05 00:17:58 +02:00
cube3d.p8 floating point 1.0 no longer referenced from ROM because cx16 doesn't have it. Added some more cx16 examples. 2020-09-05 00:17:58 +02:00
examples.iml refresh IDE project files 2019-05-30 16:03:53 +02:00
fibonacci.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
hello.p8 tweaks to c64 txtio. Fixed expression evaluation of bitwise invert. 2020-09-19 22:37:24 +02:00
line-circle-gfx.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
line-circle-txt.p8 tweak cx16 mandelbrots 2020-08-30 19:31:20 +02:00
mandelbrot-gfx.p8 optimize unneeded type casts for register args 2020-09-12 02:48:16 +02:00
mandelbrot.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
numbergame.p8 types of constant values now actually follow their declared const var type 2020-09-20 01:14:53 +02:00
plasma.p8 removed the ".w" word suffix (it confused the parser). 2020-09-19 23:27:40 +02:00
primes.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
rasterbars.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
romfloats.p8 got floating points working in commanderx16 2020-08-29 23:55:26 +02:00
screencodes.p8 tweaks to c64 txtio. Fixed expression evaluation of bitwise invert. 2020-09-19 22:37:24 +02:00
sorting.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
sprites.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
structs.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
swirl-float.p8 added CX16 txt.setcc and swirl examples that use it 2020-08-31 21:01:18 +02:00
swirl.p8 types of constant values now actually follow their declared const var type 2020-09-20 01:14:53 +02:00
tehtriz.p8 don't clobber A when trying to save X at functioncall 2020-09-12 19:04:44 +02:00
test.p8 types of constant values now actually follow their declared const var type 2020-09-20 01:14:53 +02:00
testarrays.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
testforloops.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00
turtle-gfx.p8 fixed estack X corruption in float augmented assignments 2020-09-13 19:44:03 +02:00
wizzine.p8 renamed c64scr. to txt. 2020-08-27 18:10:22 +02:00