X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=src%2Fdoxygen.c;h=4de72cf471682a0a87f6d2ca8e72a4f67fd2a888;hp=7eb00faade27e32ac7bbfd62aa769ee554c24f6d;hb=86e559d164166966a797a1e5855871d48e087ddd;hpb=cc1af911c4d5375d43e52ec261be2e6477ba4636 diff --git a/src/doxygen.c b/src/doxygen.c index 7eb00fa..4de72cf 100644 --- a/src/doxygen.c +++ b/src/doxygen.c @@ -3,40 +3,49 @@ * \section メイン関数 * - src/casl2.c * - src/comet2.c + * - src/comet2monitor.c * - src/dumpword.c + * - src/casl2rev.c + * - src/comet2monitor.c * * \section そのほかのソースファイル * - src/assemble.c * - src/cerr.c - * - src/cmd.c * - src/cmem.c + * - src/disassemble.c * - src/dump.c * - src/exec.c * - src/hash.c * - src/label.c + * - src/monitor.c * - src/struct.c * - src/token.c * - src/word.c * * \section ヘッダファイル * - include/assemble.h + * - include/cerr.h + * - include/cmem.h + * - include/disassemble.h * - include/exec.h + * - include/hash.h + * - include/monitor.h + * - include/package.h * - include/struct.h + * - include/token.h + * - include/version.h * - include/word.h - * - include/hash.h - * - include/cerr.h - * - include/cmem.h * * \section Webサイト * http://www.j8takagi.net/yacasl2/ * - * \section 外部仕様書 - * http://www.j8takagi.net/yacasl2/doc/yacasl2.html + * \section 外部仕様書(マニュアル) + * http://www.j8takagi.net/yacasl2/doc/manual.html * * \section CASLII仕様書 * - * 試験で使用する情報処理用語・プログラム言語など(2008年10月版) - * http://www.jitec.ipa.go.jp/1_00topic/topic_20081027_hani_yougo.pdf (PDFファイル) + * 試験で使用する情報処理用語・プログラム言語など Ver 2.2(平成24年5月22日) + * http://www.jitec.jp/1_13download/shiken_yougo_ver2_2.pdf (PDFファイル) * 別紙 1 アセンブラ言語の仕様 * * \section ライセンス