answersLogoWhite

0

INC {register}

Example: INC A

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What is the flowchart of 8085 microprocessor for sawtooth on oscilloscope?

(start) load control bit in control register load 00h in accumulator loop:out it to port a increment a repeat loop


How can I implement the MIPS increment instruction in my assembly code?

To implement the MIPS increment instruction in your assembly code, you can use the "addi" instruction with a register as the destination and the same register as the source, along with the immediate value of 1. This will effectively increment the value in the register by 1.


Which microprocessor extended register?

A7a


Does a microprocessor hold data in the interpreter register?

No.


What is difference between INR and INX instruction?

INR increment the content of register/memory by 1and result is stored in same place. INX increment the register pair by 1(no flags are affected)


What does it represent that 80 in 8085 microprocessor?

80bit adderss register


Register in Intel core i3 microprocessor?

registers of corei3


What is HL pair in 8085 microprocessor?

HL is a register pair used to store 16 bit of data in 8085 microprocessor.


Why does not Motorola's microprocessor has segment register?

There is insufficient information in the question to properly answer it.  Which Motorola microprocessor are you talking about?  Please restate the question.


Need of interface in microprocessor?

the principle function of memory interfacing is to enable the microprocessor to read or write into a register of the memory chip


If the A register was intialized to zero and incremented 512 times what would be the contents of the A register?

If the A register in an 8085 was initialized to zero and then incremented 512 times, its final value would be zero.Since the 8085 is an 8 bit computer, the A register would overflow from 255 to 0 on the 256th increment, and overflow again from 255 to 0 on the 512th increment.


How does the 8085 microprocessor instruction register work?

stores next instructions