About 4,910,000 results
Open links in new tab
  1. Logical instructions in 8051 – with example codes - Technobyte

    Apr 28, 2020 · Logical operations in 8051 perform bitwise operations between the accumulator and data stored in a memory location, register, or data given by the programmer. The result of …

  2. Logical Group in 8051 - GeeksforGeeks

    Jun 5, 2024 · In this article, we will discuss the logical groups or the logical instructions of the 8051 microcontroller in detail. The Logical Group in the 8051 microcontrollers has been …

  3. Five 8051 Logic Instructions That Will Make You a Boolean Master

    Nov 9, 2024 · We’ll explore five key 8051 logic instructions that will transform you into a Boolean master, enhancing your ability to manipulate bits and create powerful control structures. 1. The …

  4. Figure1.1 shows the bitwise logical operators. Using these bit wise operators Embedded c will perform the logical operations bit wise on binary numbers. Following are some examples …

  5. MICROPROCESSOR AND MICROCONTROLLER: Logic operations in 8051 C

    Dec 27, 2011 · Logic operations in 8051 C Everyone must be familiar with AND(&&), OR(||) and NOT(!) operators in C. well there are also bitwise logical operators also known as AND(&), …

  6. Programming using arithmetic, logical and bit manipulation instructions ...

    Programming using arithmetic, logical and bit manipulation instructions of 8051 Aim: To write ALP for performing Arithmetic , Logical , Bit manipulation operations in 8051

  7. To Program and use Logic operators in 8051 Circuits

    This research presents a series of tasks programmed in C for the 8051 microcontroller, focusing on the practical usage of logic operators to manipulate I/O ports. Various tasks, such as …

  8. Logical Operations - University of Maryland, Baltimore County

    In C, there is two types of Boolean operations, logical and bitwise. In the logical version, the entire expression will result in the value of zero or non-zero (false or true). In the bitwise operations, …

  9. Bit-parallel logical operators Bit-parallel (bitwise) logical operators produce n-bit results of the corresponding logical operation: & (AND) | (OR) ^ (XOR) ~ (Complement) C = A & B; A 0 1 1 0 …

  10. For comparison operators, C has a pretty standard set: == - equal to. (Note: a single = character is assignment.) != - not equal to. | - logical OR. These are called nested ifs. braces of the if …

  11. Some results have been removed
Refresh