X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fexec.h;h=073e576d438906cc9723232601ea4dbc7a348ac4;hb=63d02a76014f85f18c2b095b9a8e0d5724f91338;hp=c06929fd49820eedc4fe56ab262f2c43eca19457;hpb=fd17e19672d6df5bdde0568e29ef7c462429735c;p=YACASL2.git diff --git a/include/exec.h b/include/exec.h index c06929f..073e576 100644 --- a/include/exec.h +++ b/include/exec.h @@ -1,54 +1,49 @@ -/* コードから命令のパターンを取得 */ -CMDTYPE getcmdtype(WORD code); +#ifndef YACASL2_EXEC_INCLUDED +#define YACASL2_EXEC_INCLUDED + +#include +#include "struct.h" +#include "word.h" enum { - INSIZE = 256 /* CASL IIの、IN命令入力領域 */ + INSIZE = 256 /**