Y
Hacker News
new
|
ask
|
show
|
jobs
by
dehrmann
2338 days ago
Windows NT 4 supported x86, Alpha, MIPS, and PowerPC. Yikes.
1 comments
wbl
2338 days ago
All have eight bit bytes with 2's complement, same availible word sizes and float formats (with some complexity on the Alpha due to VAX compat). C code will mostly not care beyond endianness. The PDP is the strange one.
link