L1VM - JIT compiler x86

I did fix a bug in the JIT-compiler for x86. The divi opcode did not work in some cases. Now all opcodes supported are passing the tests! So this is no longer experimental code. Code compiled by the JIT-compiler runs at speed close to C code. So you can make your programs run very fast. You can write code in inline assembly to use less opcodes and make things faster. In my benchmarks here on my blog you can see that my L1VM is fast compared to other runtimes.