X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fexec.h;h=7940829cd4923b59d708b362572f0d12c559d264;hp=9afde5bdc208d33429e64abb8daf61cd1b364ac5;hb=065d340f994652a9759c496b4c024e1f9a3a6783;hpb=4ee27a568fb9222907a566e59aaefe248f08a8e4 diff --git a/include/exec.h b/include/exec.h index 9afde5b..7940829 100644 --- a/include/exec.h +++ b/include/exec.h @@ -1,35 +1,396 @@ #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" +#include "disassemble.h" + enum { - INSIZE = 256 /* CASL IIの、IN命令入力領域 */ + INSIZE = 256 /**