I restart this thread because old one was deleted. I don't know why the old thread was deleted...
small basic graphic and animations and more (17)

Nonki Takahashi
591
Reputation points
continued from small basic graphic and animations and more (16)
dot-rastering image: FXW340
Wednesday, November 4, 2020 10:27 PM by Tryhest
1 vote
18 answers
Sort by: Most helpful
-
Nonki Takahashi 591 Reputation points
2020-12-09T01:51:59.273+00:00 Tryhest 221 Reputation points2020-12-21T08:09:21.947+00:00 ZX 2020 emulator v0.05: WBX162
- added graphics: line, plot, circle
- added loops, gosub, goto, vars
- vars must have "_" underscore prefix when used, thus LET A=A+1 is written as: LD a _a+1
- last looping var is ref.as "_fcv"