Compiling Interpreter for x86 written in ARM

Created the fastest assembly language interpreter in my Computer Architecture class for large programs by compiling instructions read commands of the x86 instruction set into mapped sequences of ARM instructions which allowed loops to be executed much faster than if they had to be interpreted every time.

June 16, 2015

Created the fastest assembly language interpreter in my Computer Architecture class for large programs by compiling instructions read commands of the x86 instruction set into mapped sequences of ARM instructions which allowed loops to be executed much faster than if they had to be interpreted every time.



June 16, 2015
1 min - 47 words

Tags