what about inc and dec functions?
Anyone got programs for it? I made a small one...we should have a main page with lots of programs...you 'd like need to submit them to Crionis and he'll add them to the programs page
People should vote this up to bring it back to the front page! This is amazing!!
@POWDER_TECH The example above says: In a place called A i place the number 8, Then receive a number from the keyboard and place that in a place called B. If the number 8 is higher than then the number in B, jump to the 6'th line in the commands, move whats in B to D and go to the VGA line. Else, move whats in A to D and jump to the 7'th line or the VGA line. The VGA LINE takes whats in D and sends it to the little display on the right. END just ends the program.
It would be 5 times better if I knew how to use it.
My program was this: KEY NUM B KEY NUM A IF A=B (this is sort of a else statement; if A and B are NOT the same it does this) REG D 01 VGA RST VGA DSN
why not try adding an ALU funtion instead of making a complicated logic adder
oversized/complex calculator?