Low 8-bit shift left done

Instruction to shift low byte of registers left now works and has unit tests. Started working on the instruction to shift the high byte of registers left. This is still a work in progress, currently it shifts junk from the lower byte of the register in rather than the zeroes it should be, haven’t really worked out how to prevent that yet.