L1VM - JIT-compiler ARM

This morning I did release the L1VM JIT-compiler (64 bit) for ARM CPUs. I did run the test program and it did pass. The code is in my L1VM GitHub repo. I used the structure of my x86 64 JIT-compiler. And just had to change the opcodes for ARM.

So now there is a JIT-compiler which works on the Raspberry Pi and other ARM based hardware.

Have fun!