changeset 538:f9c6976ba270

*** empty log message ***
author kono
date Sat, 31 Dec 2005 17:28:49 +0900
parents a6c9ffbf3f08
children 00da98433e63
files Changes README
diffstat 2 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Changes	Sat Dec 31 17:16:14 2005 +0900
+++ b/Changes	Sat Dec 31 17:28:49 2005 +0900
@@ -7734,4 +7734,7 @@
 decl_data で ADECL をチェックしてないから、引数の初期化が
 あるな。C++ では、確かあったような気もするが...
 
-
+arg offset のネストを「まだ」処理してなかったのか.... 引数の
+中の引数宣言は「名前をつけない」ってのが普通だったからなぁ。
+
+
--- a/README	Sat Dec 31 17:16:14 2005 +0900
+++ b/README	Sat Dec 31 17:28:49 2005 +0900
@@ -104,8 +104,12 @@
 
      -s comments in assembler source.
      -c check only.
+     -v report memory usage
      -oname  output file names
-     -Idir/   add library include directory. / is necessary
+     -Dname  define name
+     -Dname=value  define name as value
+     '-Dname(a)=a+1'  define macro function with args
+     -Idir/   add library include directory. / is necessary.
 
 Some examples can be fond in test directory.