Mercurial > hg > CbC > old > device
diff README @ 245:8a72b0afccfc
*** empty log message ***
author | kono |
---|---|
date | Thu, 06 May 2004 11:38:56 +0900 |
parents | b0d6a6940cb7 |
children | e5d40f8c4cce |
line wrap: on
line diff
--- a/README Thu May 06 01:02:06 2004 +0900 +++ b/README Thu May 06 11:38:56 2004 +0900 @@ -2,7 +2,6 @@ $Id$ Shinji Kono University of the Ryukyus - 2003 December 0. What is this. @@ -106,7 +105,7 @@ -s comments in assembler source. -c check only. -oname output file names - -Idir add library include directory + -Idir/ add library include directory. / is necessary Some examples can be fond in test directory. @@ -114,18 +113,19 @@ Mips version is not ready. -long long, long double, unsigned long long can be used as type, -but no operation (including assignment) are no allowed. - -Long long value (0LL) can be used but it gives long value. -Long is equal to an int and a pointer (32bit). +64bit long long is now supported +// long long, long double, unsigned long long can be used as type, +// but no operation (including assignment) are no allowed. +// Long long value (0LL) can be used but it gives long value. +// Long is equal to an int and a pointer (32bit). Only Mac OS X and Red hat Linux is supported. Inline directive is ignored and gives normal function definition. -Register float arguments does no accepts assignment operation such as - *=, /=, +=. +Register float is supported in Power PC +// Register float arguments does no accepts assignment operation such as +// *=, /=, +=. No built-in alloca. @@ -144,6 +144,7 @@ No runtime driver for CbC. - #include does not search, sources current directory. +// #include does not search, sources current directory. + #include does search, sources current directory.