X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fexec.h;h=931f799cf08c4f3f71c32c97d5ac3ac482d9f10b;hp=c06929fd49820eedc4fe56ab262f2c43eca19457;hb=7fbde1700bbe9d8f779033ad3b842d3dceb3e1c6;hpb=fd17e19672d6df5bdde0568e29ef7c462429735c diff --git a/include/exec.h b/include/exec.h index c06929f..931f799 100644 --- a/include/exec.h +++ b/include/exec.h @@ -1,54 +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 /**