home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Shopper 180
/
dpcs0203b.iso
/
editorial
/
easypc
/
Easy-Spice
/
data1.cab
/
DemoModels
/
139.ldf
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-07-08
|
162 b
|
10 lines
// Logic Definition for 1/2 74XX139
PORT Address in[0:1] ;
PORT E_Inv in[2] ;
PORT Out out[0:3] ;
Out = (!E_Inv) ? ~(1<<Address) : 7 ;