X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fexec.h;h=f0788df63b4dfacfe136e3154a87ea0b1b9ba403;hp=7262af5f7723267a46d3363ca8410f441844a9e7;hb=d609e3d54f40e0c4bd497a5287288d2fe3d78212;hpb=406fd6490ad76b4573b6ce9f8d322d92f13d27d8 diff --git a/include/exec.h b/include/exec.h index 7262af5..f0788df 100644 --- a/include/exec.h +++ b/include/exec.h @@ -1,34 +1,59 @@ #ifndef YACASL2_EXEC_INCLUDED #define YACASL2_EXEC_INCLUDED -/* コードから命令のパターンを取得 */ -CMDTYPE getcmdtype(WORD code); +#include +#include "struct.h" +#include "word.h" enum { - INSIZE = 256 /* CASL IIの、IN命令入力領域 */ + INSIZE = 256 /**