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