respectively 'lower than' and 'equal to'. Added the following control flow operations: * jl (less than) * je (equal to) * jge (greater than or equal to) * jle (less than or equal to) * jne (not equal to)
Moved the test case to its own file. Allowed the emulator to be iterated over. Minor fixes and such.