this is a risc type version of a mashup of scratch and c. the current program is a quick demo of some of the blocks I made, it calculates and displays the first few numbers in the Fibonacci sequence, then stops after it overflows one byte. alternate program is a number guessing game, think of a number from 1 to 255, the computer will try to guess it, when it asks for input, type 0 if the guess is too high, 1 if too low, 2 if the computer guessed your number. just a warning, please do not save a remix of this until I enable comments, as updates to this will make a large difference in how it executes code. I will type the instructions and how they work in the project, as well as how to program them.
updates coming soon: variable addressable arrays stdio.debug() stdio.err() update log: 4/04: destination variable added to functions and return variable deleted.