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