X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fstruct.h;h=39f874bb6299c1680104ee577a90a6bab8aa7524;hp=88ceb161c1c052a5637d7398a08fae63d6ae5e3c;hb=e2a1963d2ddaf89d33494212a0a16f7a368797e0;hpb=ef1027cfd02733ad225d67e4a02f0f5901981b89 diff --git a/include/struct.h b/include/struct.h index 88ceb16..39f874b 100644 --- a/include/struct.h +++ b/include/struct.h @@ -84,6 +84,10 @@ typedef enum { * オペランドなし */ NONE = 0, + /** + * COMET II命令以外 + */ + NOTCMD = 077, } CMDTYPE; /**