!! UNFINISHED !! Lightweight Assembly in Scratch (a.k.a. Assembly but it's pain for your mental health) Ableder instructions: 1. "VAL[ insert number (optional) ]": Let's you set a value. 2. "GVAL": Get a value from memory with a ID. (Use command #1 to set the ID.) 3. "NVAL": Creates an value with no data with a ID. (Use command #1 to set the ID.) 4. "MVAL": Modifies a specified value using "VAL1" as the ID and "VAL2" as the specified value to set. 5. "LCLR": Clears the "logs" list. 6. "LOG": Adds whatever data is set in "VAL" to the "logs" list. 7. "Exit": Shuts Ableder down. Any error or invalid instruction makes Ableder panic and shut down. (kernel panic) To use command #1, you enter "VAL" and put any number at the end of it (Putting a number at the end is optional) with no spaces, then you can enter any text to set the value. (Like, anything.) Ableder will be set to a mode that doesn't interpret text as instructions when you use command #1. After you entered your text, Ableder will be set back to normal mode.
All by me (Project #1 of Ableder)