Sunday, April 30, 2017

Release version with working ELSE statement:
MC10_ROM_20.bin

While tests show this to work, it has not been tested as much as I would like, so it should be considered a BETA version.

It is now 11:53 in my time zone so it is as complete as it will get for the retro challenge.

A simple test:

10 FOR I = 1 to 10
20 IF I < 6 THEN PRINT I : ELSE PRINT 10 - I
30 NEXT I

No comments:

Post a Comment