]> j8takagi.net git repositories - yacasl2.git/commit
comet2monitorのコマンド入力をreadline経由でするように v0.5p40
authorj8takagi <j8takagi@nifty.com>
Wed, 3 Jun 2026 08:42:07 +0000 (17:42 +0900)
committerj8takagi <j8takagi@nifty.com>
Wed, 3 Jun 2026 08:42:07 +0000 (17:42 +0900)
commitdb2880593019a54b0316b7191bb5fe6388d512bb
treea3b2a99181ba3bfa1fc5efc94a5c582880b9e499
parent01054993d1d78f04e97900423b815cb57425d358
comet2monitorのコマンド入力をreadline経由でするように

ログ出力のため、入力した文字は「>入力した文字」で出力
resetを3つにわける
 comet2_init: メモリ領域を確保して初期化してCPUレジスタをクリア
 comet2_resetall: CPUレジスタとメモリをクリア
 comet2_reset: CPUレジスタをクリアする
テストの修正
21 files changed:
VERSION
include/monitor.h
include/struct.h
monitor/revert_hello.monitor
src/Makefile
src/casl2.c
src/comet2.c
src/comet2monitor.c
src/monitor.c
src/struct.c
test/system/comet2monitor/break_help/0.txt
test/system/comet2monitor/break_help_2/0.txt
test/system/comet2monitor/dump_0/0.txt
test/system/comet2monitor/dump_1/0.txt
test/system/comet2monitor/dump_2/0.txt
test/system/comet2monitor/dump_3/0.txt
test/system/comet2monitor/dump_plus/0.txt
test/system/comet2monitor/help/0.txt
test/system/comet2monitor/load/0.txt
test/system/comet2monitor/quit/0.txt
test/system/comet2monitor/revert_hello/0.txt