Saved Bookmarks
| 1. |
Instruction format |
|
Answer» Intel 8085 handles 8 bit of data as it is an 8 bit microprocessor. It is designed to process 8 bit of data at a time. If a 16 bit data has to be stored then they are stored in consecutive memory locations. There are various ways to specify data for an instruction:
E.g. ADI 07H, LXI 7051H etc.
Ex LDA 8582H, IN 02H etc.
Ex ADD B
Ex MOV D,E
Ex CMA, RRC, RAL. |
|