It's not a JIT. A JIT produces assembly. You can't "set registers" or do anything useful without assembly code running on the processor.
shakna
Riiight... Which was my point? If you want an AI able to set registers, you want to hook it to a JIT. Which avoids assembly by setting machine code directly into memory and executing said memory.