mixerspot.blogg.se

Exapunks igg
Exapunks igg












Repeats following lines of code, up until N times.On some missions this instruction is banned because of its potential to add random chance to mission statistics such as cycle counts. Compiler error: RAND not allowed here.Calculate a random value between lo and hi, and store it in dest.Do nothing for a cycle (no operation).A semi-colon offers the same function, and can also be used to comment out part of a line. Does not take cycles to run, nor counts against lines.

exapunks igg

Fatal error: NO FILE IS HELD: triggers if you try to test for end-of-file while not holding any file.Sets T to 1 if the file pointer is currently at the "append" position in the held file, or 0 if it is not.

#Exapunks igg tv

The only standard mission that has protected files is the hacker battle KGOG TV 1 where the opponent's media files cannot be deleted.

  • Fatal error: CANNOT DELETE THIS FILE: if the file is protected from deletion.
  • Fatal error: NO FILE IS HELD: triggers if you try to delete the file while not holding any file.
  • Fatal error: NO FILE IS HELD: triggers if you try to drop a file while not holding any file.
  • Note that this also consumes a cycle and a line, so performing a DROP before a HALT does nothing but lower your statistics. If you need to drop a file in the very last square of a host, you must allow it to be dropped by HALT. Note that there must be an additional empty square in the host for the file, as the empty-handed EXA will continue to occupy one space. If there is no room to drop the file, will block until there is room.
  • Fatal error: NO FILE IS HELD: triggers if you try to delete file elements while not holding any file.
  • This does NOT read or write F, and thus does not advance the cursor, which remains in the same place (but the contents of the file shifts backwards)
  • Delete the value at the current position in the file and close up the gap.
  • Fatal error: NO FILE IS HELD: triggers if you try to move the file pointer while not holding any file.
  • If the cursor is moved beyond the beginning or end of the file, it will be clamped at the first entry of the file, or the "append" position at the end of the file.
  • Move the file cursor back or forward by offset steps.
  • Fatal error: NO FILE IS HELD: triggers if you try to copy the id while not holding any file.
  • Copy the id (number) of the held file into the given register.
  • Fatal error: CANNOT GRAB A SECOND FILE: triggers if you try to grab a file while holding one.
  • Fatal error: FILE ID NOT FOUND: triggers if the file does not exist.
  • Fatal error: CANNOT GRAB A SECOND FILE: triggers if you try to make a file while holding one.
  • Create a new file held by the current EXA.
  • If several EXAs execute TEST MRD at once and at least one message is ready, all can receive the value 1 even though not all such EXAs may be able to actually read the message. Sets T to 1 if reading from M would not block, or 0 otherwise.
  • Read a value from M, triggering all the standard effects of doing so, but then just throw the value away.
  • Toggle the M register between the local and global channels.
  • Copy the name of the current host, as a symbol, into register dest.
  • Fatal error: LINK ID NOT FOUND: triggers if the link does not exist.
  • exapunks igg

    If such a link does not exist, the EXA will crash. Any EXA with a KILL command in its program will appear to have a weapon attached to it. This penalty is suffered even if no other EXA was killed. In most hacker battles there is a penalty for using the KILL command. If there are no target EXAs, nothing will happen. It will target other EXAs owned by you first if none exist, it will target any other EXA (such as those owned by your opponent in hacker battles). Attack a randomly selected EXA in the current host this will cause it to HALT next cycle.You do not need a HALT instruction at the bottom of a program since reaching the end of the program will halt the EXA anyway including one will lower your line efficiency for no benefit. Note that this is the only way to drop a file if the EXA is occupying the last available space in the host. Immediately destroys the current EXA and drops any file it is carrying in the current host.If the limit of EXAs that can be created on the current mission has been reached, blocks until one of these EXAs is destroyed (this usually applies only to hacker battles) If there is no room for the new EXA in the current host, blocks until there is room. Any file held by the current EXA is not duplicated. Values of X and T are copied to the new EXA. Creates a new EXA in the current host and starts it running at label.If a and b are different types the result is always false. A and b can be both numbers (compared by value) or both symbols (compared alphabetically). Sets T to 1 if the appropriate condition is true or 0 if it is false.












    Exapunks igg