Imlac assembler almost ready...

From: Ethan Dicks <erd_6502_at_yahoo.com>
Date: Tue Sep 17 14:52:00 2002

--- Huw Davies <Huw.Davies_at_kerberos.davies.net.au> wrote:
> The real killer (from personal experience) are those programmers who
> think sizeof(int) == sizeof(*int). This breaks lots of "portable" code
> when moving away from a typical 32bit machine (especially to alpha).

Remember the attitude, "all the world's a VAX"? There was even more
code 15 years ago with a variety of assumptions about pointer size
and format, and byte order.

The best way (besides good design) to cure that is to write and test your
C code on two architectures that have little common ground. It's one
of the reasons cited for porting Unix to the Interdata 8/32.

-ethan



__________________________________________________
Do you Yahoo!?
Yahoo! News - Today's headlines
http://news.yahoo.com
Received on Tue Sep 17 2002 - 14:52:00 BST

This archive was generated by hypermail 2.3.0 : Fri Oct 10 2014 - 23:35:39 BST