If you wrote a program, and it's good, I'll put it here, just tell me!
Comments
-
I jump to the specified line, but instead of going there, the computer halts any operations and shuts off.
-
What's the matter with JMP? Probably your code not working. (Based on many many testing but i'll look after your problem)
-
It's not much, but for now I made a program that displays a random number and then goes back to the program selection, not turning off the computer. I can't make JMP work like it's supposed to. On the bright side it does set off the alarm :P
-
You have to put 3 commands between two OUTs, or OUT X; JMP (to next line); OUT Y;
-
Exactly
-
I guess using a few NOP commands would help?
-
The alarm is created to show, that you were try to use output too often.
-
Still experimenting with possibilities. I accidentally made a program that sets off the alarm by the display, and makes the computer seemingly blow a gasket :P
-
EVERYONE who want to write a program, first read all of the instructions descriptions!
-
Min and max values is maths, or comparisation. You read input, and a random number. TEST INPUT, RANDOM will set status bits. (Read the full description. Link is at computer.)