XOR

 BBS: Inland Empire Archive
Date: 08-19-92 (07:03)             Number: 145
From: RICHARD VANHOUTEN            Refer#: NONE
  To: ERAN GRANOT                   Recvd: NO  
Subj: XOR                            Conf: (1) 80xxx

EG> I need to write a procedure that cnvert the XOR gate. EG> Does anyone know how can I write this procedure without use the XOR EG> statment ? XOR can be built with AND, OR and NOT as follows: A XOR B = (A AND NOT B) OR (B AND NOT A). ... Help stamp out, eliminate and abolish redundancy! --- Blue Wave/Max v2.10 [NR] * Origin: <<PRISM (914)344-0350 HST/DS - (914)343-7540 HST (1:272/38.0)
Outer Court
Echo Basic Postings

Books at Amazon:

Back to BASIC: The History, Corruption, and Future of the Language

Hackers: Heroes of the Computer Revolution (including Tiny BASIC)

Go to: The Story of the Math Majors, Bridge Players, Engineers, Chess Wizards, Scientists and Iconoclasts who were the Hero Programmers of the Software Revolution

The Advent of the Algorithm: The Idea that Rules the World

Moths in the Machine: The Power and Perils of Programming

Mastering Visual Basic .NET