answersLogoWhite

0

It is program status register.It i 8 bit ,bit addressable register.It consists of four maths flag.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Finding largest smallest number for 8051 microcontroller program?

Clr psw.3 clr psw.4 mov r1, 05h mov r0, #50h dcr r1 mov 10h, @r0 up: inc r0 mov a, @r0 cjne a, 10h dn ajmp dn: jnc next mov 10h,a next: djnz r1 up *:ajmp *


When was PSW Welahan created?

PSW Welahan was created in 2004.


What is a PSW?

Psw is a file format associated with programs. Microsoft uses the .psw file format. It can be used in mobile word processing.


Who is first invented 8051 microcontroller or 8051 microprocessor?

Intel


How many instruction in 8051 microcontroller?

how many interrupts in 8051


Why the name 8051 as 8051?

because i said so thats why


How much money does a psw make in Ontario?

A PSW makes about 18 dollars an hour to start but that can vary.


What is the role of a psw helping a child with down syndrome?

What is the role of a PSW helping a person with down syndrome


What is the difference between microcontroller 8051 and avr atmega16?

avr is high speed cmpar to 8051.in 8051 there are less number of instructions


How much voltage is required to energize the 8051 microcontroller?

The 8051 runs on +5vdc.


What is PSWS?

Psw is a file format associated with programs. Microsoft uses the .psw file format. It can be used in mobile word processing.


Carry flag and over flow flag in 8051?

Carry flag is the the bit 7 of the 8 bit PSW register, whenever there is an addition or subtraction process that has a carry on its 7th bit, the carry flag (C/CY) will be set to 1. OV is set to 1 when there is an arithmetic overflow. this applies to signed and unsigned operations.