What is PSW?

Answers were Sorted based on User's Feedback



What is PSW?..

Answer / geo

program status word.... a reg in the
microcontroller/microprocessor s showing the current current
status of alu operation

eg: if a carry is generated after an alu operation ,the
corresponding carry flag bit in this reg will set 1.

like if the result is a zero, then the zero flag is set...

Is This Answer Correct ?    85 Yes 25 No

What is PSW?..

Answer / pratik

5 bits indicate the 5 status flags and 3 bits are
undefined. The combination of these 8 bits is called
Program status Word(PSW). PSW and the accumulator are
treated as a 16 bit stack pointer

Is This Answer Correct ?    70 Yes 23 No

What is PSW?..

Answer / saravanan

PSW is program status word. it contains various flags like
sign, zero, carry, auxillary carry, and parity . these
flags are affected by result of ALU.

Is This Answer Correct ?    28 Yes 8 No

What is PSW?..

Answer / mahim nimbawat

PSW stands for Program Status Word, it is 16-bits hardware
register that maintains the status of program being
executed. It shows the current status of ALU operation.
[psw]<- [A]+[flag]

Is This Answer Correct ?    21 Yes 6 No

What is PSW?..

Answer / santhoshi

The Program Status Word (PSW) contains status bits that
reflect the current CPU state

Is This Answer Correct ?    8 Yes 4 No

What is PSW?..

Answer / noor

PSW stands for Program Status Word, it is 16-bits hardware
register that maintains the status of program being
executed. It shows the current status of ALU operation.

Is This Answer Correct ?    8 Yes 7 No

What is PSW?..

Answer / md riyaz alam

program status word.... a reg in the
microcontroller/microprocessor s showing the current current
status of alu operation

eg: if a carry is generated after an alu operation ,the
corresponding carry flag bit in this reg will set 1.

like if the result is a zero, then the zero flag is set...

Is This Answer Correct ?    13 Yes 13 No

What is PSW?..

Answer / hamza khan

Outcome of the last arithmetic operation (zero,-ve, +ve, overflow, carry)

Is This Answer Correct ?    0 Yes 2 No

What is PSW?..

Answer / nandhini. r

PSW is a 8-bit register. 5 bit indicates status of 5 flags.
3 bits are user definable.

Is This Answer Correct ?    23 Yes 28 No

What is PSW?..

Answer / dhananjay mishra

In computer ,the program status word is an area of memory or a hardware register which contains information about program stateused by the operating system and the underlying hardware.It will normally include a pointer(address)to the next instruction to be executed.

Is This Answer Correct ?    3 Yes 8 No

Post New Answer

More 86 Family Interview Questions

How are time delays calculated in the 8085?

0 Answers  


What are the steps involved in communication of 8085 microprocessor with the memory?

0 Answers  


Which is non maskable interrupt for 8085?

0 Answers  


In how many groups can the signals of 8085 be classified?

0 Answers  


The Pentium microprocessor has how many execution unit?

0 Answers   CDAC,






What is the function of reset out signal.

0 Answers  


Explain the internal architecture of the 8086 microprocessor?

0 Answers  


Which interrupt has highest priority?

0 Answers  


How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086?

0 Answers  


Explain db?

0 Answers  


Which bit of the flag register is set when output overflows to the sign bit?

0 Answers  


Which interrupt in the 8086 has the highest priority?

0 Answers  


Categories