What is the instruction format of 8085.
The instruction set is grouped into the following formats:
|
| Task Op | code | |
| 1 BYTE | Copy the contents of the accumulator in the register C. | MOV C,A | |
| 2 BYTE | Load an 8-bit data byte in the accumulator | MVI A,data | |
| 3 BYTE | Transfer the program sequence to the memory location 2085H. | JMP 2085H | |
No comments:
Post a Comment