Irmen de Jong
f08fc18ab5
renamed c64scr. to txt.
2020-08-27 18:10:22 +02:00
Irmen de Jong
78bdbde3ae
refer to ZP scratch constants from asm code via the global P8ZP constants as well
2020-08-25 19:44:08 +02:00
Irmen de Jong
f41192a52a
added cube3d-gfx example
2020-08-22 19:00:03 +02:00
Irmen de Jong
c38508c262
introduced repeat loop. repeat-until changed to do-util.
...
forever loop is gone (use repeat without iteration count).
struct literal is now same as array literal [...] to avoid parsing ambiguity with scope blocks.
2020-07-25 16:56:34 +02:00
Irmen de Jong
02b12cc762
optimized swap() for byte and word vars, optimized graphics line routine
2020-06-03 23:27:50 +02:00
Irmen de Jong
3280993e2a
stricter type checking in assignments (less implicit typecasts)
2020-06-02 22:36:57 +02:00
Irmen de Jong
df3371b0f0
slight gfx optimizations
2020-04-08 22:53:23 +02:00
Irmen de Jong
fffe36e358
fix bresenham line
2020-03-28 13:42:24 +01:00