Skip to content

10 bit number substractor for PIC16F877A with two of 8-bit registers

Notifications You must be signed in to change notification settings

DarshanaUOP/10-BIT-NUMBER-SUBSTRACTER-PIC16F877A

Repository files navigation

10 BIT NUMBER SUBSTRACTER

DESCRIPTION

This is a 10 bit number substractor for PIC16F877A.

Usually PIC16F877A has 8 bit General purpous registers, and designers has implemented 8bit adders substractors and other things such as comparators. so it is possible to have 10bit substraction on the chip. but if the programmer needs to work in numbers greater than 0b11111111 = 28-1 =255 ,programmer should deside if he choose a 16bit chip or use PIC16F877A with the pairs of 8bit registers such as the output register pair of the ADC of this PIC16F877A chip.

I have coded a possible way for overcome that problem in this repository.

LINKS

About

10 bit number substractor for PIC16F877A with two of 8-bit registers

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published