RockerM4NHUN
RockerM4NHUN
8 / 1
13th Aug 2014
3rd Sep 2022
If you wrote a program, and it's good, I'll put it here, just tell me!

Comments

  • zsdrfty
    zsdrfty
    15th Aug 2014
    I jump to the specified line, but instead of going there, the computer halts any operations and shuts off.
  • RockerM4NHUN
    RockerM4NHUN
    14th Aug 2014
    What's the matter with JMP? Probably your code not working. (Based on many many testing but i'll look after your problem)
  • zsdrfty
    zsdrfty
    14th Aug 2014
    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
  • RockerM4NHUN
    RockerM4NHUN
    14th Aug 2014
    You have to put 3 commands between two OUTs, or OUT X; JMP (to next line); OUT Y;
  • RockerM4NHUN
    RockerM4NHUN
    14th Aug 2014
    Exactly
  • zsdrfty
    zsdrfty
    14th Aug 2014
    I guess using a few NOP commands would help?
  • RockerM4NHUN
    RockerM4NHUN
    14th Aug 2014
    The alarm is created to show, that you were try to use output too often.
  • zsdrfty
    zsdrfty
    14th Aug 2014
    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
  • RockerM4NHUN
    RockerM4NHUN
    13th Aug 2014
    EVERYONE who want to write a program, first read all of the instructions descriptions!
  • RockerM4NHUN
    RockerM4NHUN
    13th Aug 2014
    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.)