Code Zipper

By Cydia_substrate

This is a tool for 24 line users to write a zipped code such as this demo:

FOR I=1 TO 13
IF I=1 THEN DISPLAY 4 ELSE IF I=2 THEN LAYER OPEN 0,128,128,0 ELSE IF I=3 THEN COLOR 11 ELSE IF I=4 THEN TEXT 0,0,”HELLO” ELSE IF I=5 THEN WAIT 1 ELSE IF I=6 THEN TEXT 0,10,”THIS IS A ZIPPED CODE DEMO” ELSE IF I=7 THEN WAIT 1 ELSE IF I=8 THEN CLS ELSE IF I=9 THEN INPUT “INPUT A NUMBER>”;A ELSE IF I=10 THEN INPUT “ANOTHER>”;B ELSE IF I=11 THEN C=A+B ELSE IF I=12 THEN PRINT A+”+”+B+”=”+C ELSE IF I=13 THEN END
NEXT I

This program contains only 3 lines, but if you unzip it, you’ll need 10+ lines!

Input “-LAST” at the prompt to re-edit last command.
Input “-END OF DATA” to stop inputting and starts transferring data.

Warning: You CANNOT contain ANY kind of loops in your zipped code!

Get LowRes Coder to use this program.

Play homegrown retro games and program your own!