Subject: port-m88k -- Re: Anyone home
To: None <port-m88k@netbsd.org>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-m88k
Date: 05/11/2000 11:33:19
> Here goes the ramdom list of issue under consideration.

I'm a person far from a compiler guru, but...

-  why can't m88k asm.h have NESTED() and LEAF() in symmetry?  In LEAF()
   case, 2 word space for returning address (r1) and the frame pointer
   might be omitted, I guess.
-  more seriously, in assembler syntax, the original m88k as seemed to
   have ';' for comment starting charater and '#' for lexically special
   symbol (Mot's faverite?)  How can we have multiple isns in single
  __asm __volatile (" ..... ") inline call?

Tohru Nishimura