![]() | ![]() | ![]() |
| | |||||||
| Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc. |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| when i perform a subtract operation in PIC16F876 ; the answer stored in the register is it in the 2's complement form ? should i transform it to the normal form or is it stored in the normal form that don't need any changes to use it again ?? | |
| |
| | (permalink) |
| If the result is in two's complement if the result is negative. I.E., in the equation A = A - B , A is in two's complement form if A<B.
__________________ "Having to do with Motion Control" | |
| |