16 Bit Arithmetic Instructions | 8085 Microprocessor

1. INR  Rp

Rp 

BC ≡ B

DE ≡ D

HL ≡ H

Instruction word size  ⇒   1 Byte

Operation ⇒ When this instruction will execute the content of Register pair Rp will increase by 1 and the final result will store in the Register pair Rp.

[Rp] ← [Rp] + 1LSB

Addressing Mode ⇒ Register Addressing Mode

 

2. DCX   Rp

Rp 

BC ≡ B

DE ≡ D

HL ≡ H

Instruction word size  ⇒   1 Byte

Operation ⇒ When this instruction will execute the content of Register pair Rp will decrease by 1 and the final result will store in the Register pair Rp.

[Rp] ← [Rp] − 1LSB

Addressing Mode ⇒ Register Addressing Mode

 

Note: INX and DCX instructions will not affect the status of any flag.

 

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Adblocker detected! Please consider reading this notice.

We've detected that you are using AdBlock Plus or some other adblocking software which is preventing the page from fully loading.

We don't have any banner, Flash, animation, obnoxious sound, or popup ad. We do not implement these annoying types of ads!

We need fund to operate the site, and almost all of it comes from our online advertising.

Please add electricalvoice.com to your ad blocking whitelist or disable your adblocking software.

×