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