X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=include%2Fexec.h;h=aef1afdfb2c3eacf629e62f0559a1aa37883dbaa;hb=7afcf780cbc7d4f2834b9ca42cca1b3754621960;hp=7262af5f7723267a46d3363ca8410f441844a9e7;hpb=406fd6490ad76b4573b6ce9f8d322d92f13d27d8;p=YACASL2.git diff --git a/include/exec.h b/include/exec.h index 7262af5..aef1afd 100644 --- a/include/exec.h +++ b/include/exec.h @@ -1,34 +1,365 @@ -#ifndef YACASL2_EXEC_INCLUDED -#define YACASL2_EXEC_INCLUDED +#ifndef YACASL2_EXEC_H_INCLUDED +#define YACASL2_EXEC_H_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 /**