So I'm reading this tutorial on 8085 instructions, and I come across example instructions.
My questions are regarding the binary/hex translations of these instructions..
8085_example.jpg
First, is there a place where I can find a list of opcode binary representations for every instruction and/or register in the 8085 language?
Let's take the first instruction in the list for example:
Code:
MOV C, A (copy 8-bit data from accumulator reg to reg C)
And second, why do so many hex codes in with an "H"? What does it mean?
Any help appreciated!
