0% found this document useful (0 votes)
9 views

Instructions Set of Microprocessor

Instructions set of microprocessor

Uploaded by

subham5264689
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0% found this document useful (0 votes)
9 views

Instructions Set of Microprocessor

Instructions set of microprocessor

Uploaded by

subham5264689
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
You are on page 1/ 13
STRUCTION SET OF INTEL 8085 4s yor® EXCLUSIVE-OR 2 Move data in the direction of arrow. 2 Exchange contents. 46 INTEL 8085 INSTRUCTIONS ‘me of Intel 8085 instructions are fr ° i sa of i 0 i oat gees nae octane 7 : 1 i i understand simple programs. The beginner can learn about 5 to aoa ot intuctions etc we Moy, ne LXI, LDA, LHLD, STA, SHLD, ADD, ADC, SUB IMP ICING. I, INZ, INX, MP etc,,and slart fo understand simple programs gi 1 tapter 6. While learning programs he can und! tees hich ie Ba esrntearlict lerstand new instructions which he ‘The operation codes (opcodes) are given in Appendix II. Th i most instructions are given in the subsequent Seas oe eee 46.1 Data Transfer Group MOV ry, Fo (Move data; Move the content of the one register to another) {] < [2] States: 4. Flags: none. ing: register. Machine cycle: 1. The content of register 72 is register 7. For example, the instruction MOV A,Bmoves the content of register B to register A. ‘The instruction MOV B, A moves the content of register A to register B. The time for the execution of this instruction is 4 Glock period. One clock period is called State, No flag is affected. MOV 1, M. (Move the content of memory to register). [1] < [[H-L]]} States: 7. Flagnone. Addressing: register indirect, Machine cycles: 2. e memory location, whose address is in H-L pair, is moved to register r. Example LXIH,2000H —_ Load H-L pair by 2000H. MOV B,M Move the content of the memory location 2000H to register B. HLT Halt. In this example the instruction LXI H, 2000 H loads H-L pair with 2000 H which is M will move the the address of a memory location. Then the instruction MOV B, content of the memory location 2000H to register B. MOV M, x. (Move the content of register to memory). [(H-L]] [r} _ States: 7. Flags: none. Addressing: re : The content of register r is moved to the memory location addressed by H-L pair. For example, MOV M, C moves the col o the memory location whose address is in H-L pair. : MVI r, data. (Move immediate data to register). [r]

You might also like