I would start with Z80, to get the idea of registers, program counter, stack, flags, mnemonics, etc. It is very clean and useful, and not too complicated, but has everything you need to program a processor. This is biased of course, as this was my first encounter with a processor :) But most others are just more complicated, with more possibilities and power of course, but it may confuse you only at the beginning.