X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fstruct.h;h=ee5963425b8b29b25be94c759d843b213a097c7e;hb=d0124a6af0df0f5f6d5efc9bd5013ff0c3b626a1;hp=f98de142686c1f349ff149fc6f9f94f487f41309;hpb=a639337a9aa30a059c1695ab1701b8714fd26193;p=YACASL2.git diff --git a/include/struct.h b/include/struct.h index f98de14..ee59634 100644 --- a/include/struct.h +++ b/include/struct.h @@ -1,20 +1,21 @@ #ifndef YACASL2_CASL2_INCLUDED #define YACASL2_CASL2_INCLUDED +#include #include "word.h" /** - * COMET IIの規格 + * @brief COMET IIの規格値 */ enum { CMDSIZE = 4, /**<命令の最大文字数 */ - GRSIZE = 8, /**<汎用レジスタの数。COMET II規格により0から7までの8つ */ + GRSIZE = 8, /**<汎用レジスタの数。COMET II規格では、8(0から7) */ DEFAULT_MEMSIZE = 512, /**<デフォルトのメモリ容量。COMET II規格では、65535語(word) */ DEFAULT_CLOCKS = 5000000, /**<デフォルトのクロック周波数。COMET II規格では、未定義 */ }; /** - * COMET II フラグのマスク値 + * @brief COMET II フラグのマスク値 */ enum { OF = 0x4, /**