What is PSW?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Answer / santhoshi
The Program Status Word (PSW) contains status bits that
reflect the current CPU state
| Is This Answer Correct ? | 8 Yes | 4 No |
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 |
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 |
Answer / hamza khan
Outcome of the last arithmetic operation (zero,-ve, +ve, overflow, carry)
| Is This Answer Correct ? | 0 Yes | 2 No |
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 |
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 |
What location code memory space and data memory space begins?
Which 2 ports combine to form the 16 bit address for external memory access?
What are the different types of instructions of 8085?
What is meant by the statement that 8085 is a 8 bit microprocessor?
Explain what is microcontroller?
What is 8255?
How is the system clock calculated in the 8085?
rtos kernal have memory managament,sheduler and timer but not haveing file system how vxworks allocate file table process in memory? bud gpos have inside kernal
What is a microprocessor?
State the differences between absolute and linear select decosing.
Which interrupts are generally used for critical events?
What is the purpose of a buffer register in reference to 8085?