X-Git-Url: http://j8takagi.net/cgi-bin/gitweb.cgi?p=YACASL2.git;a=blobdiff_plain;f=include%2Fcasl2.h;h=65d28701b9d8917ccf254e7f4b44e61498726e70;hp=47461dca7d43a8e84adc8d67f21ea6eb2c9f20fa;hb=fd17e19672d6df5bdde0568e29ef7c462429735c;hpb=ecd73ba08f9b8721742ae5dbb72e1c4261574b36 diff --git a/include/casl2.h b/include/casl2.h index 47461dc..65d2870 100644 --- a/include/casl2.h +++ b/include/casl2.h @@ -155,3 +155,12 @@ void freecerr(); /* 指定されたファイルにアセンブル結果を書込 */ void outassemble(char *file); + +/* WORD値を2進数表記に変換 */ +char *word2bit(const WORD word); + +/* COMET IIのメモリを表示 */ +void dumpmemory(); + +/* COMET IIのレジスタを表示 */ +void dspregister();