Talk:MIX

From Esolang
Jump to navigation Jump to search

Some questions:

  • What is the index? According to the interpreter, it's incremented at every instruction, somewhat like the counter, and can be modified with 8 and 9, but it doesn't seem to be used anywhere.
    • I'm assuming, btw, that the counter is an instruction pointer that can be modified using 6 and 7 for flow control purposes. The interpreter seems to agree with me.
  • What is MIX? Is it some instruction that can be called using the keyword MIX, rather that a 'keydigit' like the other ten instructions?
  • What is the array that can be shifted by MIX? I would assume it is an array that can store data, and that it can be accessed using the 'index', but there doesn't seem to be any instruction about accessing that array.

Thank you for your answers! --Koen (talk) 17:42, 29 November 2012 (UTC)