AND


COSMAC 1802 OR & AND

Introduction to COSMAC 1802 OR & AND Statements COSMAC 1802 OR & AND instructions allow us to manipulate data. These instructions work on all 8 bits of a word at a time. These instructions work just like standard bit level logic gates work. They just perform the operation bit by Read More »

COSMAC 1802 OR & AND

Kenbak-1 Bitwise Instructions

Introduction to Kenbak-1 Bitwise Instructions The Kenbak-1 Bitwise instructions include AND, OR, and LNEG. With these instructions, think of the individual bits within an 8 bit word. With “AND”, a particular bit must be high in both the source and compare words to get the value of 1 in the Read More »

Kenbak-1 XOR Operation

Ladder Logic in Plain English

Introduction to Ladder Logic in Plain English Sometimes, its easier to think of Ladder Logic in Plain English. With a little practice, you can easily speak ladder logic. In this case, we’ll use simple generic addressing. It’s important to realize, though that you should have descriptions on your logic. This Read More »

timerstart

Node-Red Boolean Logic 2

Introduction to Node-Red Boolean Logic Node-Red Boolean Logic is very simple to use. Regardless of your knowledge level, it’s usually simpler to state our logic goals in plain English. Undoubtedly, we might be able to accomplish some logic tasks with a function node. However, the Boolean Logic nodes allows us Read More »

Boolean Logic

Common Logic Gates

Introduction to Common Logic Gates We use common logic gates to display the flow of a process. These gates include AND, OR, NOT, NAND, NOR, XOR, and XNOR. These logic gates convert a process into plain English in a way that anyone can understand how they work. By the same Read More »

Logic Gates