Source for IC sockets ??
Ludis Langens
ludis at cruzers.com
Tue Mar 17 13:45:34 GMT 1998
Bruce Plecan <nacelp at bright.net> wrote:
> One the 24 pin e-mail me, what uses a 28 pin holder?.
1227748 87+ 2.5 L4 "R" & "U"
87+ 2.0 L4 "K"
1228231 late 88+ 2.0 L4 "1"
...and probably others.
unsigned long BinToBCD(unsigned long i) {unsigned long t;
Ludis Langens return i ? (t = BinToBCD(i >> 1), (t << 1) + (i & 1) +
ludis at cruzers.com (t + 858993459 >> 2 & 572662306) * 3) : 0;}
More information about the Diy_efi
mailing list